diff --git a/bind9/guiotte.db b/bind9/guiotte.db index eaf9621..6a6dbfb 100644 --- a/bind9/guiotte.db +++ b/bind9/guiotte.db @@ -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. diff --git a/docker-compose.yml b/docker-compose.yml index 186c94d..bbe872a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/syncthing/config.xml b/syncthing/config.xml index 7f9f9cb..ff3e953 100644 Binary files a/syncthing/config.xml and b/syncthing/config.xml differ