This commit is contained in:
2025-04-19 04:27:15 +02:00
parent ea551048e5
commit e948e5a82d

View File

@@ -55,6 +55,7 @@ services:
- transmission
command: >
bash -c "python manage.py collectstatic --noinput
&& sleep 10
&& python manage.py migrate
&& cd frontend && yarn build && cd ..
&& python manage.py collectstatic --noinput
@@ -80,4 +81,4 @@ services:
- app
- transmission
command: >
bash -c "sleep 5 & python manage.py torrent_event"
bash -c "sleep 15 & python manage.py torrent_event"