comment build steps out to use remote image

pull/4844/head
Christian Winther 2024-01-05 17:31:34 +00:00
rodzic d876533991
commit 2e2ffc5519
1 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -4,10 +4,10 @@ version: "3"
services:
web:
image: "${DOCKER_IMAGE}:${DOCKER_TAG}"
build:
context: ../..
dockerfile: contrib/docker/Dockerfile
target: apache-runtime
# build:
# context: ../..
# dockerfile: contrib/docker/Dockerfile
# target: apache-runtime
restart: unless-stopped
env_file:
- "./.env"
@ -23,10 +23,10 @@ services:
worker:
image: "${DOCKER_IMAGE}:${DOCKER_TAG}"
build:
context: ../..
dockerfile: contrib/docker/Dockerfile
target: apache-runtime
# build:
# context: ../..
# dockerfile: contrib/docker/Dockerfile
# target: apache-runtime
command: gosu www-data php artisan horizon
restart: unless-stopped
env_file: