add puid/guid
Some checks failed
Deploy Containers / Prepare (push) Failing after 16s

This commit is contained in:
2026-01-10 01:06:28 -05:00
parent f51ac48bdf
commit bc230e2038

View File

@@ -17,6 +17,8 @@
- "{{ DUPLICATI_SSH_KEY_PATH }}:/app/ssh/id_ed25519:ro" - "{{ DUPLICATI_SSH_KEY_PATH }}:/app/ssh/id_ed25519:ro"
- "{{ DUPLICATI_SSH_PUB_KEY_PATH }}:/app/ssh/id_ed25519.pub:ro" - "{{ DUPLICATI_SSH_PUB_KEY_PATH }}:/app/ssh/id_ed25519.pub:ro"
env: env:
PUID: "1000"
PGID: "1000"
SETTINGS_ENCRYPTION_KEY: "{{ DUPLICATI_ENCRYPTION_KEY }}" SETTINGS_ENCRYPTION_KEY: "{{ DUPLICATI_ENCRYPTION_KEY }}"
networks: networks:
- name: "homelab" - name: "homelab"