Use entrypoint instead of command, so you can run process_track.py one-off tasks
This commit is contained in:
parent
184e5c6f8f
commit
ab6e2b8a74
|
@ -65,7 +65,7 @@ services:
|
|||
- postgres
|
||||
- keycloak
|
||||
restart: on-failure
|
||||
command:
|
||||
entrypoint:
|
||||
- python
|
||||
- tools/process_track.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue