pull: always state: reloaded links: rabbitmq:rabbitmq,postgres:postgres detach: true publish_all_ports: true volumes: - "{{ ansible_env.HOME }}/config.yaml.template:/app/config.yaml.template" command: /bin/bash -c "envsubst < /app/config.yaml.template > /app/config.yaml && make run"