WIP yee and syncthing notes
This commit is contained in:
parent
499186556b
commit
89094b592a
@ -23,3 +23,4 @@ dl.guiotte.fr. IN CNAME dm.guiotte.fr.
|
|||||||
kdoc.guiotte.fr. IN CNAME dm.guiotte.fr.
|
kdoc.guiotte.fr. IN CNAME dm.guiotte.fr.
|
||||||
sync.guiotte.fr. IN CNAME dm.guiotte.fr.
|
sync.guiotte.fr. IN CNAME dm.guiotte.fr.
|
||||||
pad.guiotte.fr. IN CNAME dm.guiotte.fr.
|
pad.guiotte.fr. IN CNAME dm.guiotte.fr.
|
||||||
|
home.guiotte.fr. IN CNAME dm.guiotte.fr.
|
||||||
|
@ -108,6 +108,9 @@ services:
|
|||||||
- ./syncthing:/config
|
- ./syncthing:/config
|
||||||
- /mnt/storage/music/Florent:/music
|
- /mnt/storage/music/Florent:/music
|
||||||
- /mnt/storage/audrey-sync:/audrey-sync
|
- /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:
|
ports:
|
||||||
- 22000:22000/tcp
|
- 22000:22000/tcp
|
||||||
- 22000:22000/udp
|
- 22000:22000/udp
|
||||||
@ -276,11 +279,11 @@ services:
|
|||||||
<<: *common-environment
|
<<: *common-environment
|
||||||
volumes:
|
volumes:
|
||||||
- homeassistant-config:/config
|
- homeassistant-config:/config
|
||||||
ports:
|
restart: unless-stopped
|
||||||
- 8123:8123 #optional
|
#ports:
|
||||||
|
# - 8123:8123 #optional
|
||||||
#devices:
|
#devices:
|
||||||
# - /path/to/device:/path/to/device #optional
|
# - /path/to/device:/path/to/device #optional
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
|
|
||||||
yee0:
|
yee0:
|
||||||
@ -299,6 +302,22 @@ services:
|
|||||||
restart: unless-stopped
|
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:
|
volumes:
|
||||||
money-data:
|
money-data:
|
||||||
zotero-data:
|
zotero-data:
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user