Consistent folder naming
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- reverse-proxy
|
- reverse-proxy
|
||||||
volumes:
|
volumes:
|
||||||
- config:/config
|
- authelia_config:/config/
|
||||||
configs:
|
configs:
|
||||||
- source: authelia_configuration
|
- source: authelia_configuration
|
||||||
target: /etc/authelia/configuration.yml
|
target: /etc/authelia/configuration.yml
|
||||||
@@ -41,7 +41,7 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
config:
|
authelia_config:
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
o: bind
|
o: bind
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
- usenet
|
- usenet
|
||||||
volumes:
|
volumes:
|
||||||
- lazylibrarian_config:/config/
|
- lazylibrarian_config:/config/
|
||||||
- data:/data
|
- data:/data/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
@@ -33,7 +33,7 @@ services:
|
|||||||
- usenet
|
- usenet
|
||||||
volumes:
|
volumes:
|
||||||
- readarr_config:/config/
|
- readarr_config:/config/
|
||||||
- data:/data
|
- data:/data/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
- usenet
|
- usenet
|
||||||
volumes:
|
volumes:
|
||||||
- mylar_config:/config/
|
- mylar_config:/config/
|
||||||
- data:/data
|
- data:/data/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
- usenet
|
- usenet
|
||||||
volumes:
|
volumes:
|
||||||
- radarr_config:/config/
|
- radarr_config:/config/
|
||||||
- data:/data
|
- data:/data/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- reverse-proxy
|
- reverse-proxy
|
||||||
volumes:
|
volumes:
|
||||||
- smokeping_data:/data/
|
|
||||||
- smokeping_config:/config/
|
- smokeping_config:/config/
|
||||||
|
- smokeping_data:/data/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ services:
|
|||||||
- tv-collector
|
- tv-collector
|
||||||
volumes:
|
volumes:
|
||||||
- bazarr_config:/config/
|
- bazarr_config:/config/
|
||||||
- data:/data
|
- data:/data/media/ # TODO: Just mount TV/Movies?
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
- usenet
|
- usenet
|
||||||
volumes:
|
volumes:
|
||||||
- sonarr_config:/config/
|
- sonarr_config:/config/
|
||||||
- data:/data
|
- data:/data/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ services:
|
|||||||
- reverse-proxy
|
- reverse-proxy
|
||||||
- usenet
|
- usenet
|
||||||
volumes:
|
volumes:
|
||||||
- sabnzbd_config:/config
|
- sabnzbd_config:/config/
|
||||||
- usenet:/downloads
|
- usenet:/data/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
|
|||||||
Reference in New Issue
Block a user