diff --git a/check_ssh_tunnel.sh b/check_ssh_tunnel.sh index bbcc0e7..ead6539 100755 --- a/check_ssh_tunnel.sh +++ b/check_ssh_tunnel.sh @@ -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" diff --git a/docker-compose.yml b/docker-compose.yml index 848e88d..2331184 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: