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
|
- portfolio_staging_data:/app/.next/cache
|
||||||
networks:
|
networks:
|
||||||
- portfolio_staging_net
|
- portfolio_staging_net
|
||||||
|
- proxy
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres-staging:
|
postgres-staging:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -112,3 +113,5 @@ volumes:
|
|||||||
networks:
|
networks:
|
||||||
portfolio_staging_net:
|
portfolio_staging_net:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
proxy:
|
||||||
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user