fix: Add proxy network to staging container
Some checks failed
Dev Deployment (Zero Downtime) / deploy-dev (push) Has been cancelled
Some checks failed
Dev Deployment (Zero Downtime) / deploy-dev (push) Has been cancelled
- Add external proxy network to portfolio-staging service - Ensures staging container can communicate with reverse proxy - Matches production configuration
This commit is contained in:
@@ -26,6 +26,7 @@ services:
|
||||
- portfolio_staging_data:/app/.next/cache
|
||||
networks:
|
||||
- portfolio_staging_net
|
||||
- proxy
|
||||
depends_on:
|
||||
postgres-staging:
|
||||
condition: service_healthy
|
||||
@@ -112,3 +113,5 @@ volumes:
|
||||
networks:
|
||||
portfolio_staging_net:
|
||||
driver: bridge
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user