Skip to content

Commit

Permalink
fix: self-hosted not work, fix #16169
Browse files Browse the repository at this point in the history
  • Loading branch information
jk2K authored Jan 5, 2024
1 parent e87d9bb commit ff42f64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ services:
<<: *worker
command: ./bin/temporal-django-worker
restart: on-failure
environment:
TEMPORAL_HOST: temporal
depends_on:
- db
- redis
Expand Down
1 change: 1 addition & 0 deletions docker-compose.hobby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ services:
environment:
SENTRY_DSN: $SENTRY_DSN
SITE_URL: https://$DOMAIN
TEMPORAL_HOST: temporal

volumes:
zookeeper-data:
Expand Down

0 comments on commit ff42f64

Please sign in to comment.