경로 통일
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
- "${SERVICE_PORT:-8080}:8080"
|
||||
environment:
|
||||
- SERVICE_PORT=${SERVICE_PORT:-8080}
|
||||
- GEOIP_DB_PATH=${GEOIP_DB_PATH:-/app/initial_data/GeoLite2-City.mmdb}
|
||||
- GEOIP_DB_PATH=${GEOIP_DB_PATH:-/initial_data/GeoLite2-City.mmdb}
|
||||
- GEOIP_BACKEND=${GEOIP_BACKEND:-mmdb}
|
||||
- GEOIP_LOADER_TIMEOUT=${GEOIP_LOADER_TIMEOUT:-30m}
|
||||
- DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST:-db}:${POSTGRES_PORT:-5432}/${POSTGRES_DB}?sslmode=disable
|
||||
@@ -26,9 +26,9 @@ services:
|
||||
exec geoip
|
||||
'
|
||||
volumes:
|
||||
- ./initial_data:/app/initial_data:ro
|
||||
- ./update_data:/app/update_data
|
||||
- ./log:/app/log
|
||||
- ./initial_data:/initial_data:ro
|
||||
- ./update_data:/update_data
|
||||
- ./log:/log
|
||||
networks:
|
||||
- geo-ip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user