moved to NFS share for volume storage. Migrated all data

This commit is contained in:
git
2026-07-02 12:49:48 +10:00
parent d9cce278e6
commit 5e47ae2777
110 changed files with 146 additions and 6611 deletions
+30
View File
@@ -0,0 +1,30 @@
version: "3"
services:
server:
hostname: autossh.sweet.home
image: farmcoolcow/autossh
# build:
# context: .
# dockerfile: Dockerfile
# volumes:
# - .:/etc/unbound/unbound.conf.d
restart: always
# network_mode: host
# privileged: true
labels:
- "io.portainer.accesscontrol.public"
ports:
- 80:80
- 443:443
command:
- -R nextcloud.lan.ddnsgeek.com:80:localhost:8083 \
-E /home/wayne/ssh_log_file.log" \
-o "ServerAliveInterval 10" \
-o "ServerAliveCountMax 3" \
-i /home/wayne/.ssh/id_rsa \
-N -f serveo.net
environment:
- AUTOSSH_DEBUG=1
- AUTOSSH_LOGFILE=/home/wayne/autossh_log_file.log
volumes:
- ./install:/install