Skip to content
Snippets Groups Projects
Commit 8b50b93a authored by evilimkova's avatar evilimkova
Browse files

Changing ports to 808x

parent c7f0ae19
No related branches found
No related tags found
1 merge request!42M3 certificate
......@@ -9,14 +9,14 @@ services:
container_name: certificate
image: xpokorn8/sprachschulsystem:certificate
ports:
- "5001:5001"
- "8082:8082"
exercise:
build: ./module-exercise
container_name: exercise
image: xpokorn8/sprachschulsystem:exercise
ports:
- "5002:5002"
- "8083:8083"
language-school:
build: ./module-language-school
......@@ -30,7 +30,7 @@ services:
container_name: mail
image: xpokorn8/sprachschulsystem:mail
ports:
- "5003:5003"
- "8084:8084"
confidential-client:
build: ./confidentialClient
......
server.port=5001
server.port=8082
management.endpoints.web.exposure.include=health,metrics,prometheus
management.endpoint.health.show-details=always
......
server.port=5002
server.port=8083
management.endpoints.web.exposure.include=health,metrics,prometheus
management.endpoint.health.show-details=always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment