fixing docker-compose startup

This commit is contained in:
Thilo Behnke
2022-08-10 18:39:10 +02:00
parent 5265dff239
commit bcc8c8d2d1
4 changed files with 58 additions and 18 deletions
+2 -12
View File
@@ -50,15 +50,5 @@ services:
- API_SERVER=pong_server
ports:
- '80:80'
network_mode: 'host'
# command: [ nginx-debug, '-g', 'daemon off;' ]
# kaka-rest-proxy:
# container_name: pong_server_kafka_rest_proxy
# image: 'confluentinc/cp-kafka-rest'
# ports:
# - '8082:8082'
# environment:
# - KAFKA_REST_BOOTSTRAP_SERVERS=kafka:9092
# depends_on:
# - kafka
depends_on:
- server