compose 중복 수정
This commit is contained in:
@@ -5,8 +5,6 @@ services:
|
|||||||
args:
|
args:
|
||||||
- APP_UID=${APP_UID:-1000}
|
- APP_UID=${APP_UID:-1000}
|
||||||
- APP_GID=${APP_GID:-1000}
|
- APP_GID=${APP_GID:-1000}
|
||||||
environment:
|
|
||||||
- TZ=Asia/Seoul
|
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -15,6 +13,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "${SERVICE_PORT:-8080}:8080"
|
- "${SERVICE_PORT:-8080}:8080"
|
||||||
environment:
|
environment:
|
||||||
|
- TZ=Asia/Seoul
|
||||||
- PORT=8080
|
- PORT=8080
|
||||||
- GEOIP_DB_PATH=${GEOIP_DB_PATH:-/initial_data/GeoLite2-City.mmdb}
|
- GEOIP_DB_PATH=${GEOIP_DB_PATH:-/initial_data/GeoLite2-City.mmdb}
|
||||||
- GEOIP_BACKEND=${GEOIP_BACKEND:-mmdb}
|
- GEOIP_BACKEND=${GEOIP_BACKEND:-mmdb}
|
||||||
|
|||||||
Reference in New Issue
Block a user