fix: uses new base image for app

This commit is contained in:
2025-05-21 23:52:04 -05:00
parent 64b7d4c963
commit 565481aa5a
6 changed files with 20 additions and 36 deletions

View File

@@ -3,18 +3,12 @@ services:
# proxies traffic back to their respective services. If not
# running behind a reverse proxy inject your SSL certificates
# into this container.
web:
image: code.caldwell.digital/home/torsearch-web:latest
ports:
- '8006:80'
depends_on:
app:
condition: service_healthy
# This container runs the actual web app in a php:8.4-fpm
# base container.
app:
image: code.caldwell.digital/home/torsearch-app:latest
ports:
- '8006:80'
env_file:
- .env
depends_on: