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