Rename mount point
This commit is contained in:
parent
60ede53245
commit
55aff0f95e
|
@ -29,7 +29,7 @@ services:
|
||||||
target: /var/run/docker.sock
|
target: /var/run/docker.sock
|
||||||
read_only: true
|
read_only: true
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/ext/srv/traefik/acme.json
|
source: /srv/ext/sys/traefik/acme.json
|
||||||
target: /acme.json
|
target: /acme.json
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
|
@ -60,11 +60,11 @@ services:
|
||||||
TZ: US/Mountain
|
TZ: US/Mountain
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/ext/srv/plex
|
source: /srv/ext/sys/plex
|
||||||
target: /config
|
target: /config
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /media
|
source: /srv
|
||||||
target: /media
|
target: /srv
|
||||||
read_only: true
|
read_only: true
|
||||||
bind:
|
bind:
|
||||||
propagation: rslave
|
propagation: rslave
|
||||||
|
@ -75,11 +75,11 @@ services:
|
||||||
- hostnet
|
- hostnet
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/ext/srv/transmission
|
source: /srv/ext/sys/transmission
|
||||||
target: /config
|
target: /config
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/ext/torrents
|
source: /srv/ext/incoming
|
||||||
target: /mnt/ext/torrents
|
target: /srv/ext/incoming
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: "true"
|
traefik.enable: "true"
|
||||||
|
@ -93,17 +93,20 @@ services:
|
||||||
OVERWRITEPROTOCOL: https
|
OVERWRITEPROTOCOL: https
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/ext/srv/nextcloud
|
source: /srv/ext/sys/nextcloud
|
||||||
target: /config
|
target: /config
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/ext/storage
|
source: /srv/ext/storage
|
||||||
target: /data
|
target: /data
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/ext
|
source: /srv/ext
|
||||||
target: /mnt/ext
|
target: /srv/ext
|
||||||
read_only: true
|
read_only: true
|
||||||
bind:
|
bind:
|
||||||
propagation: rslave
|
propagation: rslave
|
||||||
|
- type: bind
|
||||||
|
source: /srv/ext/incoming
|
||||||
|
target: /srv/ext/incoming
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: "true"
|
traefik.enable: "true"
|
||||||
|
@ -122,17 +125,17 @@ services:
|
||||||
image: redis
|
image: redis
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/ext/srv/redis
|
source: /srv/ext/sys/redis
|
||||||
target: /var/lib/redis
|
target: /var/lib/redis
|
||||||
|
|
||||||
atlas:
|
atlas:
|
||||||
image: ctassisf/ripe-atlas-alpine:arm64v8
|
image: ctassisf/ripe-atlas-alpine:arm64v8
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/ext/srv/atlas/etc
|
source: /srv/ext/sys/atlas/etc
|
||||||
target: /var/atlas-probe/etc
|
target: /var/atlas-probe/etc
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/ext/srv/atlas/status
|
source: /srv/ext/sys/atlas/status
|
||||||
target: /var/atlas-probe/status
|
target: /var/atlas-probe/status
|
||||||
networks:
|
networks:
|
||||||
- hostnet
|
- hostnet
|
||||||
|
|
Loading…
Reference in New Issue