init
This commit is contained in:
@@ -19,6 +19,8 @@ services:
|
||||
ports:
|
||||
- "${LISTEN_PORT:-8000}:80"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- web
|
||||
depends_on:
|
||||
- app
|
||||
|
||||
@@ -80,3 +82,7 @@ services:
|
||||
- transmission
|
||||
command: >
|
||||
bash -c "sleep 15 & python manage.py torrent_event"
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user