init
This commit is contained in:
@@ -52,6 +52,7 @@ services:
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- redis
|
||||
- transmission
|
||||
command: >
|
||||
bash -c "python manage.py collectstatic --noinput
|
||||
&& python manage.py migrate
|
||||
@@ -77,5 +78,6 @@ services:
|
||||
depends_on:
|
||||
- redis
|
||||
- app
|
||||
- transmission
|
||||
command: >
|
||||
bash -c "sleep 5 & python manage.py torrent_event"
|
||||
|
||||
Reference in New Issue
Block a user