diff --git a/docker-compose.production.yml b/docker-compose.production.yml index ca538b63..db2b0182 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -150,8 +150,6 @@ services: - /home/deploy/michaelschiemer/current:/var/www/html:ro # Mount storage directory as writable volume (overlays the read-only code mount) - storage:/var/www/html/storage:rw - # Mount .env file from shared directory (production environment variables) - - /home/deploy/michaelschiemer/shared/.env.production:/var/www/html/.env:ro # Database service removed - using external PostgreSQL Stack (deployment/stacks/postgresql/) # Connection via app-internal network using docker-compose.postgres-override.yml @@ -252,8 +250,6 @@ services: - storage:/var/www/html/storage:rw # Mount var directory as writable volume for cache and logs (overlays read-only code mount) - var-data:/var/www/html/var:rw - # Mount .env file from shared directory (production environment variables) - - /home/deploy/michaelschiemer/shared/.env.production:/var/www/html/.env:ro environment: - APP_ENV=production @@ -327,8 +323,6 @@ services: - storage:/var/www/html/storage:rw # Mount var directory as writable volume for cache and logs (overlays read-only code mount) - var-data:/var/www/html/var:rw - # Mount .env file from shared directory (production environment variables) - - /home/deploy/michaelschiemer/shared/.env.production:/var/www/html/.env:ro environment: - TZ=Europe/Berlin