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
+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