Move apps to different ports
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user