크론구조 개선
This commit is contained in:
@@ -7,9 +7,9 @@ services:
|
||||
db:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "${PORT:-8080}:8080"
|
||||
- "${SERVICE_PORT:-8080}:8080"
|
||||
environment:
|
||||
- PORT=${PORT:-8080}
|
||||
- SERVICE_PORT=${SERVICE_PORT:-8080}
|
||||
- GEOIP_DB_PATH=${GEOIP_DB_PATH:-/app/initial_data/GeoLite2-City.mmdb}
|
||||
- GEOIP_BACKEND=${GEOIP_BACKEND:-mmdb}
|
||||
- GEOIP_LOADER_TIMEOUT=${GEOIP_LOADER_TIMEOUT:-30m}
|
||||
|
||||
Reference in New Issue
Block a user