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

This commit is contained in:
2025-11-21 03:18:57 -05:00
parent 30cb6e8786
commit 4805cca2ce

View File

@@ -1,23 +1,12 @@
---
- name: Create Folder structure
file:
path: "{{ item }}"
state: directory
with_items:
- "{{ data_dir }}/pocketid"
- name: Pull latest PocketID Docker Image
docker_image:
- name: Deploy PocketID
include_role:
name: docker
vars:
name: pocketid
image:
name: ghcr.io/pocket-id/pocket-id
tag: v1
source: pull
- name: Create PocketID Docker Container
docker_container:
name: pocketid
image: ghcr.io/pocket-id/pocket-id:v1
restart_policy: unless-stopped
recreate: true
networks:
- name: homelab
volumes: