diff --git a/ansible/roles/honcho/templates/honcho-deriver.container.j2 b/ansible/roles/honcho/templates/honcho-deriver.container.j2 index 92aa10b..22ac42e 100644 --- a/ansible/roles/honcho/templates/honcho-deriver.container.j2 +++ b/ansible/roles/honcho/templates/honcho-deriver.container.j2 @@ -21,7 +21,7 @@ Network={{ honcho_network_name }} # polls the queue and processes work in a loop. Number of concurrent # workers controlled via DERIVER_WORKERS. WorkingDir=/app -Exec=/app/.venv/bin/python -m src.deriver.deriver +Exec=/app/.venv/bin/python -m src.deriver # -- Database --------------------------------------------------------------- Environment=DB_CONNECTION_URI=postgresql+psycopg://{{ honcho_db_user }}:{{ honcho_db_password }}@{{ honcho_postgres_container_name }}:5432/{{ honcho_db_name }}