fix: Add proxy network to staging container
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:
2026-01-09 14:47:37 +01:00
parent fd49095710
commit 271703556d

View File

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