Set env_file explicitly & remove restarted option
`restarted` seems to cause issues as the relay service could not talk to the web service
This commit is contained in:
parent
b05d1647b3
commit
8be68590c3
1 changed files with 3 additions and 2 deletions
|
|
@ -52,5 +52,6 @@
|
|||
- name: start sentry
|
||||
docker_compose:
|
||||
project_src: '{{ app_dir }}'
|
||||
build: false
|
||||
restarted: true
|
||||
# Note: docker-compose versions <=1.28 load the env file from the current working
|
||||
# directory of the docker-compose command rather than project_src.
|
||||
env_file: '{{ app_dir }}/.env'
|
||||
|
|
|
|||
Reference in a new issue