feat: Add pre-production deployment stage with E2E tests, a dedicated environment file, and update production deployment dependency. #30

Merged
kovagoadi merged 26 commits from test_preprod into main 2026-04-09 21:12:34 +02:00
Showing only changes of commit 2d30d53846 - Show all commits

View File

@@ -3,7 +3,11 @@ services:
networks:
- proxy
- legacy-nginx
- prod-network
networks:
legacy-nginx:
name: proxy
external: true
prod-network:
name: prod_proxy
external: true