fix: nginx conf, missing app_env

This commit is contained in:
2025-05-21 16:38:12 -05:00
parent 079a7e2cb5
commit bd92480958
3 changed files with 11 additions and 42 deletions

View File

@@ -13,9 +13,10 @@ services:
- $PWD/bash/certs:/etc/ssl
web:
build:
dockerfile: docker/Dockerfile.web
context: .
# build:
# dockerfile: docker/Dockerfile.web
# context: .
image: code.caldwell.digital/home/torsearch-web:latest
depends_on:
app:
condition: service_healthy
@@ -28,7 +29,10 @@ services:
restart: unless-stopped
app:
build: .
# build:
# dockerfile: docker/Dockerfile.app
# context: .
image: code.caldwell.digital/home/torsearch-app:latest
volumes:
- ./:/var/www
depends_on: