migrate to pocketid v2
All checks were successful
Deploy Containers / Prepare (push) Successful in 26s

This commit is contained in:
2026-01-10 18:12:48 -05:00
parent c66daac36a
commit 8c3835288c
2 changed files with 230 additions and 225 deletions

View File

@@ -8,12 +8,13 @@
- "{{ data_dir }}/pocketid"
image:
name: ghcr.io/pocket-id/pocket-id
tag: v1
tag: v2
networks:
- name: homelab
volumes:
- "{{ data_dir }}/pocketid:/app/data"
env:
ENCRYPTION_KEY: "{{ POCKETID_ENCRYPTION_KEY }}"
APP_URL: "{{ POCKETID_APP_URL }}"
TRUST_PROXY: "{{ POCKETID_TRUST_PROXY }}"
PUID: "{{ PUID }}"