Move apps to different ports

This commit is contained in:
Eden Kirin
2024-01-23 20:14:01 +01:00
parent 95b0c5f1ad
commit 3d6e4e6f34
8 changed files with 895 additions and 897 deletions

View File

@ -24,7 +24,7 @@ services:
networks:
- backend-net
environment:
- APPPORT=3000
- APPPORT=4000
- DBHOST=db
- DBPORT=5432
- DBNAME=komponiranje
@ -44,7 +44,7 @@ services:
networks:
- backend-net
environment:
- APPPORT=3000
- APPPORT=4001
- DBHOST=db
- DBPORT=5432
- DBNAME=komponiranje