Fix docker-compose paths for submodule structure

This commit is contained in:
root
2026-02-21 08:19:59 +00:00
parent 69c6ebc956
commit 9c2643aaaa

View File

@@ -31,7 +31,7 @@ services:
# FastAPI Backend
backend:
build:
context: ./HarborForge.Backend
context: ./HarborForge.Backend/backend
dockerfile: Dockerfile
container_name: harborforge-backend
restart: unless-stopped
@@ -47,7 +47,7 @@ services:
networks:
- harborforge
volumes:
- ./HarborForge.Backend:/app
- ./HarborForge.Backend/backend:/app
deploy:
resources:
limits: