restructure: all-in-one deploy dir — www/ for frontend, context: . for builds

This commit is contained in:
Ada
2026-04-06 10:02:51 -04:00
parent a077bffb08
commit c9e2c91a6b
5 changed files with 5 additions and 27 deletions

View File

@@ -1,8 +1,8 @@
services:
backend:
build:
context: ../backend
dockerfile: ../deploy/Dockerfile
context: .
dockerfile: Dockerfile
container_name: project-tracker-api
restart: unless-stopped
volumes:
@@ -15,8 +15,8 @@ services:
nginx:
build:
context: ../frontend
dockerfile: ../deploy/Dockerfile.nginx
context: .
dockerfile: Dockerfile.nginx
container_name: project-tracker-nginx
restart: unless-stopped
ports: