init
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user