Use entrypoint instead of command, so you can run process_track.py one-off tasks

This commit is contained in:
Paul Bienkowski 2021-12-19 21:21:01 +01:00
parent 184e5c6f8f
commit ab6e2b8a74

View file

@ -65,7 +65,7 @@ services:
- postgres - postgres
- keycloak - keycloak
restart: on-failure restart: on-failure
command: entrypoint:
- python - python
- tools/process_track.py - tools/process_track.py