Commit 49f05abd authored by dobli's avatar dobli
Browse files

added config entries for volumerize and known_hosts files

parent fe94196c
No related merge requests found
Showing with 8 additions and 0 deletions
+8 -0
...@@ -10,6 +10,12 @@ networks: ...@@ -10,6 +10,12 @@ networks:
attachable: true attachable: true
configs: configs:
backup_config_b1:
file: ./configs/volumerize/backup_config_b1.json
backup_config_b2:
file: ./configs/volumerize/backup_config_b2.json
backup_config_b3:
file: ./configs/volumerize/backup_config_b3.json
sftp_config: sftp_config:
file: ./configs/ssh/sshd_config file: ./configs/ssh/sshd_config
sftp_users: sftp_users:
...@@ -22,6 +28,8 @@ configs: ...@@ -22,6 +28,8 @@ configs:
file: ./configs/ssh/id_rsa.pub file: ./configs/ssh/id_rsa.pub
sftp_id_key: sftp_id_key:
file: ./configs/ssh/id_rsa file: ./configs/ssh/id_rsa
sftp_known_hosts:
file: ./configs/ssh/known_hosts
traefik_proxy: traefik_proxy:
file: ./configs/traefik/traefik.toml file: ./configs/traefik/traefik.toml
nodered_settings: nodered_settings:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment