Skip to content
Snippets Groups Projects
Commit 33f6ec0d authored by Tobias Rempe's avatar Tobias Rempe :telescope:
Browse files

Changed docker-compose

parent 0928e527
Branches
No related tags found
No related merge requests found
version: "3.8"
networks:
nginx:
external: true
services:
fsi-self-service-frontend:
......@@ -11,5 +7,8 @@ services:
context: .
container_name: fsi-self-service-frontend
restart: unless-stopped
networks:
- nginx
environment:
VITE_APP_BASE_URL: "http://127.0.0.1:9090"
VITE_API_BASE_URL: "http://127.0.0.1:8080"
ports:
- 9090:80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment