forked from linux/WebHosting
removed ports
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user