init
This commit is contained in:
@@ -55,6 +55,7 @@ services:
|
|||||||
- transmission
|
- transmission
|
||||||
command: >
|
command: >
|
||||||
bash -c "python manage.py collectstatic --noinput
|
bash -c "python manage.py collectstatic --noinput
|
||||||
|
&& sleep 10
|
||||||
&& python manage.py migrate
|
&& python manage.py migrate
|
||||||
&& cd frontend && yarn build && cd ..
|
&& cd frontend && yarn build && cd ..
|
||||||
&& python manage.py collectstatic --noinput
|
&& python manage.py collectstatic --noinput
|
||||||
@@ -80,4 +81,4 @@ services:
|
|||||||
- app
|
- app
|
||||||
- transmission
|
- transmission
|
||||||
command: >
|
command: >
|
||||||
bash -c "sleep 5 & python manage.py torrent_event"
|
bash -c "sleep 15 & python manage.py torrent_event"
|
||||||
|
|||||||
Reference in New Issue
Block a user