compose 중복 수정

This commit is contained in:
Lectom C Han
2025-12-10 11:14:23 +09:00
parent 761f948a62
commit 76b490a61f

View File

@@ -5,8 +5,6 @@ services:
args:
- APP_UID=${APP_UID:-1000}
- APP_GID=${APP_GID:-1000}
environment:
- TZ=Asia/Seoul
env_file:
- .env
depends_on:
@@ -15,6 +13,7 @@ services:
ports:
- "${SERVICE_PORT:-8080}:8080"
environment:
- TZ=Asia/Seoul
- PORT=8080
- GEOIP_DB_PATH=${GEOIP_DB_PATH:-/initial_data/GeoLite2-City.mmdb}
- GEOIP_BACKEND=${GEOIP_BACKEND:-mmdb}