Skip to content

Commit a20bc20

Browse files
authored
fix(docker-compose): api depends on temporal
The worker runs in the api container so it requires it to be running
1 parent b378241 commit a20bc20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ services:
44
container_name: ganymede-api
55
image: ghcr.io/zibbp/ganymede:latest
66
restart: unless-stopped
7+
depends_on:
8+
- ganymede-temporal
79
environment:
810
- TZ=America/Chicago # Set to your timezone
911
- DB_HOST=ganymede-db

0 commit comments

Comments
 (0)