WIP yee and syncthing notes

This commit is contained in:
Florent Guiotte 2024-04-11 19:19:18 +02:00
parent 499186556b
commit 89094b592a
3 changed files with 23 additions and 3 deletions

View File

@ -23,3 +23,4 @@ dl.guiotte.fr. IN CNAME dm.guiotte.fr.
kdoc.guiotte.fr. IN CNAME dm.guiotte.fr.
sync.guiotte.fr. IN CNAME dm.guiotte.fr.
pad.guiotte.fr. IN CNAME dm.guiotte.fr.
home.guiotte.fr. IN CNAME dm.guiotte.fr.

View File

@ -108,6 +108,9 @@ services:
- ./syncthing:/config
- /mnt/storage/music/Florent:/music
- /mnt/storage/audrey-sync:/audrey-sync
- /mnt/storage/audrey-projets:/audrey-projets
- /home/florent/syncthing/notes:/notes
- /home/florent/syncthing/signal-bkp:/signal-bkp
ports:
- 22000:22000/tcp
- 22000:22000/udp
@ -276,11 +279,11 @@ services:
<<: *common-environment
volumes:
- homeassistant-config:/config
ports:
- 8123:8123 #optional
restart: unless-stopped
#ports:
# - 8123:8123 #optional
#devices:
# - /path/to/device:/path/to/device #optional
restart: unless-stopped
yee0:
@ -299,6 +302,22 @@ services:
restart: unless-stopped
yee1:
build: ssh
container_name: yee1
volumes:
- ./ssh/id_rsa:/root/.ssh/id_rsa
environment:
- SSH_HOSTNAME=192.168.1.5
- SSH_USERNAME=alarm
- SSH_LOCAL_PORT=55443
- SSH_DESTINATION=10.0.0.251
- SSH_DESTINATION_PORT=55443
#ports:
# - 55443:55443
restart: unless-stopped
volumes:
money-data:
zotero-data:

Binary file not shown.