chore: fixed gregtime, updated immich

This commit is contained in:
Bastian de Byl
2026-01-03 21:50:05 -05:00
parent 3f84ecaf5b
commit d9bf3e5c75
2 changed files with 8 additions and 5 deletions

View File

@@ -10,13 +10,15 @@
notify: restorecon podman notify: restorecon podman
loop: loop:
- "{{ gregtime_path }}/logs" - "{{ gregtime_path }}/logs"
- "{{ gregtime_path }}/data"
- name: unshare chown the gregtime log volume - name: unshare chown the gregtime volumes
become: true become: true
become_user: "{{ podman_user }}" become_user: "{{ podman_user }}"
changed_when: false changed_when: false
ansible.builtin.command: | ansible.builtin.shell: |
podman unshare chown -R 1000:1000 {{ gregtime_path }}/logs podman unshare chown -R 1000:1000 {{ gregtime_path }}/logs
podman unshare chown -R 1000:1000 {{ gregtime_path }}/data
- name: flush handlers - name: flush handlers
ansible.builtin.meta: flush_handlers ansible.builtin.meta: flush_handlers
@@ -44,6 +46,7 @@
ZOMBOID_RCON_PASSWORD: "{{ zomboid_admin_password }}" ZOMBOID_RCON_PASSWORD: "{{ zomboid_admin_password }}"
volumes: volumes:
- "{{ gregtime_path }}/logs:/app/logs" - "{{ gregtime_path }}/logs:/app/logs"
- "{{ gregtime_path }}/data:/app/data"
- name: create systemd startup job for gregtime - name: create systemd startup job for gregtime
include_tasks: podman/systemd-generate.yml include_tasks: podman/systemd-generate.yml

View File

@@ -54,9 +54,9 @@
- import_tasks: containers/home/photos.yml - import_tasks: containers/home/photos.yml
vars: vars:
db_image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0 db_image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
ml_image: ghcr.io/immich-app/immich-machine-learning:v2.4.0 ml_image: ghcr.io/immich-app/immich-machine-learning:v2.4.1
redis_image: docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8 redis_image: docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8
image: ghcr.io/immich-app/immich-server:v2.4.0 image: ghcr.io/immich-app/immich-server:v2.4.1
tags: photos tags: photos
- import_tasks: containers/home/cloud.yml - import_tasks: containers/home/cloud.yml
@@ -94,7 +94,7 @@
- import_tasks: containers/home/gregtime.yml - import_tasks: containers/home/gregtime.yml
vars: vars:
image: localhost/greg-time-bot:1.4.3 image: localhost/greg-time-bot:1.5.2
tags: gregtime tags: gregtime
- import_tasks: containers/home/zomboid.yml - import_tasks: containers/home/zomboid.yml