removed ports

This commit is contained in:
2026-03-16 16:23:12 +01:00
committed by Gitea
parent 203b697637
commit 2ee43c4dc9
-4
View File
@@ -468,8 +468,6 @@ services:
up-mavt-suite-backend:
image: gitea.psi.ch/images/up-mavt-suite-backend:0.1.0
container_name: up-mavt-suite-backend
ports:
- "5000:5000"
env_file:
- .env
environment:
@@ -497,8 +495,6 @@ services:
up-mavt-suite-frontend:
image: gitea.psi.ch/images/up-mavt-suite-frontend:0.1.0
container_name: up-mavt-suite-frontend
ports:
- "3000:3000"
environment:
VITE_API_URL: http://localhost:5000/api
depends_on: