docker 생성시 proxy-network 사용하도록 설정

This commit is contained in:
2026-06-11 11:40:53 +09:00
parent 1f6da75907
commit 920176d57d
2 changed files with 14 additions and 1 deletions
+8 -1
View File
@@ -10,7 +10,14 @@ services:
env_file:
- .env.stage
environment:
NODE_ENV: development
NODE_ENV: production
APP_ENV: stage
PORT: 3000
HOSTNAME: 0.0.0.0
networks:
- proxy-network
restart: unless-stopped
networks:
proxy-network:
external: true
+6
View File
@@ -13,4 +13,10 @@ services:
NODE_ENV: production
PORT: 3000
HOSTNAME: 0.0.0.0
networks:
- proxy-network
restart: unless-stopped
networks:
proxy-network:
external: true