Skip to content

Commit

Permalink
fix(docker-compose): api depends on temporal
Browse files Browse the repository at this point in the history
The worker runs in the api container so it requires it to be running
  • Loading branch information
Zibbp authored Mar 17, 2024
1 parent b378241 commit a20bc20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
container_name: ganymede-api
image: ghcr.io/zibbp/ganymede:latest
restart: unless-stopped
depends_on:
- ganymede-temporal
environment:
- TZ=America/Chicago # Set to your timezone
- DB_HOST=ganymede-db
Expand Down

0 comments on commit a20bc20

Please sign in to comment.