Skip to content

Commit

Permalink
Expose Postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
boozec committed Jul 4, 2024
1 parent c6e726d commit 6856711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ services:
image: postgres:16-alpine
container_name: acmesky-workers-postgres
restart: always
ports:
- "5432:5432"
environment:
- POSTGRES_DB=${POSTGRES_DB}
- POSTGRES_USER=${POSTGRES_USER}
Expand Down Expand Up @@ -190,8 +192,6 @@ services:
- camunda
- acmesky
depends_on:
postgres:
condition: service_started
zeebe:
condition: service_healthy
rabbitmq:
Expand Down

0 comments on commit 6856711

Please sign in to comment.