reinstall new structure
This commit is contained in:
parent
663d5b50f9
commit
afad6b0595
@ -13,16 +13,16 @@ SERVER1_LOCAL_PORT_BASE=2022 # Base local port for SSH tunnel (will add
|
|||||||
# Define multiple mount configurations for Server 1
|
# Define multiple mount configurations for Server 1
|
||||||
# Each index corresponds to a mount point and NFS share.
|
# Each index corresponds to a mount point and NFS share.
|
||||||
SERVER1_MOUNT_POINTS=(
|
SERVER1_MOUNT_POINTS=(
|
||||||
"/mnt/app.bethaus/Gottesdienste Speyer"
|
"/mnt/Gottesdienste Speyer"
|
||||||
"/mnt/app.bethaus/Besondere Gottesdienste"
|
"/mnt/Besondere Gottesdienste"
|
||||||
"/mnt/app.bethaus/Liedersammlung"
|
"/mnt/Liedersammlung"
|
||||||
"/mnt/app.share"
|
"/mnt/Jungschar"
|
||||||
)
|
)
|
||||||
SERVER1_NFS_SHARES=(
|
SERVER1_NFS_SHARES=(
|
||||||
"/volume1/Aufnahme-stereo/010 Gottesdienste ARCHIV"
|
"/volume1/Aufnahme-stereo/010 Gottesdienste ARCHIV"
|
||||||
"/volume1/Aufnahme-stereo/013 Besondere Gottesdienste"
|
"/volume1/Aufnahme-stereo/013 Besondere Gottesdienste"
|
||||||
"/volume1/Aufnahme-stereo/014 Liedersammlung"
|
"/volume1/Aufnahme-stereo/014 Liedersammlung"
|
||||||
"/volume1/app.share"
|
"/volume1/app.share/Jungschar"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Server 2 Configuration
|
# Server 2 Configuration
|
||||||
@ -34,7 +34,7 @@ SERVER2_LOCAL_PORT_BASE=3022 # Base local port for SSH tunnel (will add
|
|||||||
|
|
||||||
# Define multiple mount configurations for Server 2
|
# Define multiple mount configurations for Server 2
|
||||||
SERVER2_MOUNT_POINTS=(
|
SERVER2_MOUNT_POINTS=(
|
||||||
"/mnt/app.bethaus/Gottesdienste Schwegenheim"
|
"/mnt/Gottesdienste Schwegenheim"
|
||||||
)
|
)
|
||||||
SERVER2_NFS_SHARES=(
|
SERVER2_NFS_SHARES=(
|
||||||
"/volume1/Aufnahme-stereo/010 Gottesdienste ARCHIV"
|
"/volume1/Aufnahme-stereo/010 Gottesdienste ARCHIV"
|
||||||
|
|||||||
@ -10,13 +10,8 @@ services:
|
|||||||
- ./templates:/app/templates
|
- ./templates:/app/templates
|
||||||
- ./GeoLite2-City.mmdb:/app/GeoLite2-City.mmdb:ro
|
- ./GeoLite2-City.mmdb:/app/GeoLite2-City.mmdb:ro
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/app.bethaus
|
source: /mnt
|
||||||
target: /main
|
target: /mnt
|
||||||
bind:
|
|
||||||
propagation: rshared
|
|
||||||
- type: bind
|
|
||||||
source: /mnt/app.share
|
|
||||||
target: /share
|
|
||||||
bind:
|
bind:
|
||||||
propagation: rshared
|
propagation: rshared
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user