|
@@ -41,10 +41,9 @@ container_networks:
|
|
|
# old docker-compose from EPEL complains about mem_limit
|
|
|
# omit until nas is upgraded
|
|
|
containers:
|
|
|
- - service_name: sickchill
|
|
|
+ - name: sickchill
|
|
|
active: true
|
|
|
image: linuxserver/sickchill
|
|
|
- container_name: sickchill
|
|
|
ports:
|
|
|
- 8081:8081
|
|
|
volumes:
|
|
@@ -58,10 +57,9 @@ containers:
|
|
|
networks:
|
|
|
- downloaders
|
|
|
|
|
|
- - service_name: transmission
|
|
|
+ - name: transmission
|
|
|
active: true
|
|
|
image: linuxserver/transmission
|
|
|
- container_name: transmission
|
|
|
ports:
|
|
|
- 9091:9091
|
|
|
volumes:
|
|
@@ -77,10 +75,9 @@ containers:
|
|
|
networks:
|
|
|
- downloaders
|
|
|
|
|
|
- - service_name: qbittorrent
|
|
|
+ - name: qbittorrent
|
|
|
active: true
|
|
|
image: linuxserver/qbittorrent
|
|
|
- container_name: qbittorrent
|
|
|
ports:
|
|
|
- 8080:8080
|
|
|
volumes:
|
|
@@ -93,10 +90,9 @@ containers:
|
|
|
networks:
|
|
|
- downloaders
|
|
|
|
|
|
- - service_name: heimdall
|
|
|
+ - name: heimdall
|
|
|
active: true
|
|
|
image: linuxserver/heimdall
|
|
|
- container_name: heimdall
|
|
|
ports:
|
|
|
- 80:80
|
|
|
volumes:
|
|
@@ -106,10 +102,9 @@ containers:
|
|
|
networks:
|
|
|
- heimdall
|
|
|
|
|
|
- - service_name: beets
|
|
|
+ - name: beets
|
|
|
active: true
|
|
|
image: linuxserver/beets
|
|
|
- container_name: beets
|
|
|
ports:
|
|
|
- 8337:8337
|
|
|
volumes:
|
|
@@ -119,10 +114,9 @@ containers:
|
|
|
include_global_env_vars: true
|
|
|
restart: unless-stopped
|
|
|
|
|
|
- - service_name: gogs
|
|
|
+ - name: gogs
|
|
|
active: true
|
|
|
image: gogs/gogs
|
|
|
- container_name: gogs
|
|
|
ports:
|
|
|
- "10022:22" # https://github.com/go-yaml/yaml/issues/34#issuecomment-55772666
|
|
|
- 10880:3000
|
|
@@ -132,10 +126,9 @@ containers:
|
|
|
networks:
|
|
|
- heimdall
|
|
|
|
|
|
- - service_name: flask-ytdl
|
|
|
+ - name: flask-ytdl
|
|
|
active: true
|
|
|
image: flask-ytdl
|
|
|
- container_name: flask-ytdl
|
|
|
ports:
|
|
|
- 5000:8080
|
|
|
volumes:
|