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