User specified that all environments (local, staging, production) should use external PostgreSQL stacks consistently instead of embedded database. Changes: - Removed db service definition from base config (lines 87-114) - Removed db dependency from queue-worker service - Updated php-test DB_HOST to use external 'postgres' service This eliminates the need for production overrides and creates uniform architecture across all environments. The application-db-1 container will no longer be started, fixing deployment failure. This is the tenth cumulative fix for production deployment pipeline. Related commits: -f97863a: Add image references to production config -5b5fdee: Fix registry upload with sequential push -a1b9a53: Remove CI test file -0b54086: Fix Node.js cache dependency -6263d7a: Trigger CI workflow verification -08f6f64: Stable IMAGE_TAG -2e539ed: Add build: null overrides -6e1faab: Deploy docker-compose via scp -c1d6a71: Fix scp working directory -a4ca6e9: Trigger pipeline -0c0c3ba: Fix .env mount conflict -41882da: Fix storage/var volume mounts -477fe67: Fix Redis health check
5.8 KiB
5.8 KiB