production 설정 수정 - port 중복, 로그 설정
This commit is contained in:
+7
-2
@@ -5,8 +5,8 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
image: chocoadmin:latest
|
||||
container_name: chocoadmin
|
||||
ports:
|
||||
- "3000:3000"
|
||||
expose:
|
||||
- "3000"
|
||||
env_file:
|
||||
- ${ENV_FILE:-.env.production}
|
||||
environment:
|
||||
@@ -18,6 +18,11 @@ services:
|
||||
networks:
|
||||
- proxy-network
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
|
||||
networks:
|
||||
proxy-network:
|
||||
|
||||
Reference in New Issue
Block a user