diff --git a/docker-compose.production.yml b/docker-compose.production.yml index 957e7acc..ca538b63 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -12,8 +12,9 @@ services: web: - # Use pre-built image from registry + # Use pre-built image from registry (override build from base) image: git.michaelschiemer.de:5000/framework:latest + build: null # Explicitly remove build section from base # Production restart policy restart: always @@ -78,8 +79,9 @@ services: condition: service_started php: - # Use pre-built image from registry + # Use pre-built image from registry (override build from base) image: git.michaelschiemer.de:5000/framework:latest + build: null # Explicitly remove build section from base # Production restart policy restart: always @@ -227,8 +229,9 @@ services: labels: "service,environment" queue-worker: - # Use pre-built image from registry + # Use pre-built image from registry (override build from base) image: git.michaelschiemer.de:5000/framework:latest + build: null # Explicitly remove build section from base # Production restart policy restart: always