Skip to content

Commit

Permalink
unexport ports
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Oct 25, 2023
1 parent a3535f7 commit d46b8ae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docker-compose.agent.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
services:
db:
image: postgres:14
ports:
- 5434:5432
environment:
POSTGRES_USER: ashketchum
POSTGRES_PASSWORD: squirtle123
Expand All @@ -15,8 +13,6 @@ services:

cache:
image: redis:6
ports:
- 6379:6379
healthcheck:
test: ['CMD', 'redis-cli', 'ping']
interval: 1s
Expand All @@ -26,18 +22,13 @@ services:
queue:
image: rabbitmq:3.12
restart: unless-stopped
ports:
- 5672:5672
- 15672:15672
healthcheck:
test: rabbitmq-diagnostics -q check_running
interval: 1s
timeout: 5s
retries: 60
# stream:
# image: confluentinc/cp-kafka:latest-ubi8
# ports:
# - 29092:29092
# environment:
# - KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://stream:9092,PLAINTEXT_HOST://127.0.0.1:29092
# - KAFKA_LISTENERS=PLAINTEXT://0.0.0.0:9092,CONTROLLER://0.0.0.0:9093,PLAINTEXT_HOST://:29092
Expand Down

0 comments on commit d46b8ae

Please sign in to comment.