fix: local compose file

This commit is contained in:
2025-05-21 16:39:40 -05:00
parent bd92480958
commit 9eb7079ea6

View File

@@ -13,10 +13,9 @@ services:
- $PWD/bash/certs:/etc/ssl - $PWD/bash/certs:/etc/ssl
web: web:
# build: build:
# dockerfile: docker/Dockerfile.web dockerfile: docker/Dockerfile.web
# context: . context: .
image: code.caldwell.digital/home/torsearch-web:latest
depends_on: depends_on:
app: app:
condition: service_healthy condition: service_healthy
@@ -29,10 +28,9 @@ services:
restart: unless-stopped restart: unless-stopped
app: app:
# build: build:
# dockerfile: docker/Dockerfile.app dockerfile: docker/Dockerfile.app
# context: . context: .
image: code.caldwell.digital/home/torsearch-app:latest
volumes: volumes:
- ./:/var/www - ./:/var/www
depends_on: depends_on:
@@ -55,11 +53,13 @@ services:
condition: service_healthy condition: service_healthy
scheduler: scheduler:
image: code.caldwell.digital/home/torsearch:0.14.5-worker build:
dockerfile: docker/Dockerfile.scheduler
context: .
volumes: volumes:
- ./:/var/www - ./:/var/www
- ./var/download:/var/download - ./var/download:/var/download
command: php ./bin/console messenger:consume scheduler_monitor -vv --time-limit=3600 command: -vv --time-limit=3600
depends_on: depends_on:
app: app:
condition: service_healthy condition: service_healthy