Skip to content

Commit

Permalink
[docker-compose] set REDIS_SERVICE_HOST env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopelka committed Nov 20, 2019
1 parent 7c1f31a commit f670b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Expand Up @@ -18,6 +18,7 @@ services:
command: listen-to-fedora-messaging
environment:
FEDORA_MESSAGING_CONF: /home/packit/.config/fedora.toml
REDIS_SERVICE_HOST: redis
volumes:
- ./packit_service_fedmsg:/usr/local/lib/python3.7/site-packages/packit_service_fedmsg:ro,z
# get it from secrets
Expand Down

0 comments on commit f670b57

Please sign in to comment.