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
|
||||
# Each index corresponds to a mount point and NFS share.
|
||||
SERVER1_MOUNT_POINTS=(
|
||||
"/mnt/app.bethaus/Gottesdienste Speyer"
|
||||
"/mnt/app.bethaus/Besondere Gottesdienste"
|
||||
"/mnt/app.bethaus/Liedersammlung"
|
||||
"/mnt/app.share"
|
||||
"/mnt/Gottesdienste Speyer"
|
||||
"/mnt/Besondere Gottesdienste"
|
||||
"/mnt/Liedersammlung"
|
||||
"/mnt/Jungschar"
|
||||
)
|
||||
SERVER1_NFS_SHARES=(
|
||||
"/volume1/Aufnahme-stereo/010 Gottesdienste ARCHIV"
|
||||
"/volume1/Aufnahme-stereo/013 Besondere Gottesdienste"
|
||||
"/volume1/Aufnahme-stereo/014 Liedersammlung"
|
||||
"/volume1/app.share"
|
||||
"/volume1/app.share/Jungschar"
|
||||
)
|
||||
|
||||
# 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
|
||||
SERVER2_MOUNT_POINTS=(
|
||||
"/mnt/app.bethaus/Gottesdienste Schwegenheim"
|
||||
"/mnt/Gottesdienste Schwegenheim"
|
||||
)
|
||||
SERVER2_NFS_SHARES=(
|
||||
"/volume1/Aufnahme-stereo/010 Gottesdienste ARCHIV"
|
||||
|
||||
@ -10,13 +10,8 @@ services:
|
||||
- ./templates:/app/templates
|
||||
- ./GeoLite2-City.mmdb:/app/GeoLite2-City.mmdb:ro
|
||||
- type: bind
|
||||
source: /mnt/app.bethaus
|
||||
target: /main
|
||||
bind:
|
||||
propagation: rshared
|
||||
- type: bind
|
||||
source: /mnt/app.share
|
||||
target: /share
|
||||
source: /mnt
|
||||
target: /mnt
|
||||
bind:
|
||||
propagation: rshared
|
||||
environment:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user