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
|
- postgres
|
||||||
- keycloak
|
- keycloak
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
command:
|
entrypoint:
|
||||||
- python
|
- python
|
||||||
- tools/process_track.py
|
- tools/process_track.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue