Added 'build: null' to web, php, and queue-worker services in docker-compose.production.yml to explicitly remove build sections inherited from base config. This fixes 'lstat /home/deploy/deployment/stacks/application/docker/php: no such file or directory' error during deployment, as production servers only have docker-compose files, not build context. Registry-based deployment should pull pre-built images, not attempt to build on production server.
12 KiB
12 KiB