This repository has been archived on 2026-08-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ip-info/docker-compose.yml
T
2024-08-05 15:06:39 +07:00

12 lines
286 B
YAML

services:
ip-info:
build: .
ports:
- "28080:8080"
restart: always
volumes:
- .cache:/app/.cache
environment:
- GIN_MODE=release
- GIN_TRUSTED_PROXY_IP=127.0.0.1
- TZ=Asia/Ho_Chi_Minh