This commit is contained in:
2025-04-19 04:52:30 +02:00
parent 966e613dd0
commit ac31318ad7

View File

@@ -19,6 +19,8 @@ services:
ports: ports:
- "${LISTEN_PORT:-8000}:80" - "${LISTEN_PORT:-8000}:80"
restart: unless-stopped restart: unless-stopped
networks:
- web
depends_on: depends_on:
- app - app
@@ -80,3 +82,7 @@ services:
- transmission - transmission
command: > command: >
bash -c "sleep 15 & python manage.py torrent_event" bash -c "sleep 15 & python manage.py torrent_event"
networks:
web:
external: true