Expose backend on port 8001

This commit is contained in:
2026-01-24 18:53:01 +13:00
parent d2ff2b3e41
commit 886783eae4

View File

@@ -6,7 +6,7 @@ services:
env_file: env_file:
- ./.env - ./.env
ports: ports:
- "8000:8000" - "8001:8000"
volumes: volumes:
- ./data:/app/data - ./data:/app/data
@@ -18,6 +18,6 @@ services:
- NEXT_PUBLIC_API_BASE=/api - NEXT_PUBLIC_API_BASE=/api
- BACKEND_INTERNAL_URL=http://backend:8000 - BACKEND_INTERNAL_URL=http://backend:8000
ports: ports:
- "3000:3000" - "3001:3000"
depends_on: depends_on:
- backend - backend