Skip to content

Commit

Permalink
fix maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
coodyme committed Jul 21, 2024
1 parent e62888d commit ceef28b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docker-compose/maybe/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ volumes:
maybe-postgres:
name: maybe-postgres

networks:
maybe:
name: maybe

services:
maybe:
container_name: maybe
Expand All @@ -26,7 +30,8 @@ services:
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
SYNTH_API_KEY: ${SYNTH_API_KEY}
network_mode: bridge
networks:
- maybe
depends_on:
maybe-postgres:
condition: service_healthy
Expand All @@ -47,5 +52,6 @@ services:
interval: 5s
timeout: 5s
retries: 5
network_mode: bridge
networks:
- maybe

0 comments on commit ceef28b

Please sign in to comment.