tune update db

This commit is contained in:
thuanle
2024-08-05 15:06:39 +07:00
parent 71ceabdf00
commit f33d064d6e
8 changed files with 128 additions and 9 deletions

View File

@@ -1,12 +1,11 @@
services:
ip-info:
build: .
# ports:
# - "28080:8080"
ports:
- "28080:8080"
restart: always
volumes:
- ./data:/app/data
network_mode: host
- .cache:/app/.cache
environment:
- GIN_MODE=release
- GIN_TRUSTED_PROXY_IP=127.0.0.1