npm(Nginx Proxy Manager)이 proxy 네트워크에서 report-frontend:80 으로 접근할 수 있도록 external 네트워크 추가 (adform/innertab과 동일 패턴). 도메인 접속 시 502 나던 문제 해결 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -55,10 +55,14 @@ services:
|
||||
- backend
|
||||
networks:
|
||||
- report-network
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
report-network:
|
||||
driver: bridge
|
||||
# npm(Nginx Proxy Manager)이 컨테이너 이름으로 접근하기 위한 공용 네트워크
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
postgres-data:
|
||||
Reference in New Issue
Block a user