commit 002a422e321971d2c6d4c54ffe40288252299cf8
parent ddf5c236446767b60718b7254a4e4d3c5e4c941c
Author: Louis Burda <quent.burda@gmail.com>
Date: Tue, 25 May 2021 19:17:25 +0200
change port numbers for checker and service for no collisions
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/checker/docker-compose.yml b/checker/docker-compose.yml
@@ -4,7 +4,7 @@ services:
build: .
# The checker runs a HTTP interfaces, so we need to map port 3031 to the outside (port 8000).
ports:
- - 8000:3031
+ - 9091:3031
environment:
- MONGO_ENABLED=1
- MONGO_HOST=stldoctor-mongo
diff --git a/service/container/docker-compose.yml b/service/container/docker-compose.yml
@@ -5,4 +5,4 @@ services:
volumes:
- ./data/:/data:rw
ports:
- - "9000:9000"
+ - 9090:9000