change 4000 to 80

This commit is contained in:
2024-08-29 13:51:52 +02:00
parent d670e87908
commit 0bba3cd7d2
4 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ services:
dockerfile: ./../broker-service/broker-service.dockerfile
restart: always
ports:
- "8080:4000"
- "8080:80"
deploy:
mode: replicated
replicas: 1
@ -15,7 +15,7 @@ services:
context: ./../authentication-service/
dockerfile: ./../authentication-service/authentication-service.dockerfile
ports:
- "8081:4000"
- "8081:80"
deploy:
mode: replicated
replicas: 1