chore: upgrade mealie to v3
All checks were successful
Deploy / Prepare Build (push) Successful in 1m30s

This commit is contained in:
2025-08-09 22:31:08 +10:00
parent 1856eddc13
commit 9bc232fa56
3 changed files with 52 additions and 40 deletions

5
hosts
View File

@ -1,15 +1,12 @@
[proxmox] [proxmox]
pve2.comprofix.xyz ansible_user=root
[cloud] [cloud]
vps02.comprofix.com
[docker] [docker]
docker.comprofix.xyz docker.comprofix.xyz
[omada] [omada]
omada-lxc.comprofix.xyz ansible_user=root
[vps] [vps]
vps01.comprofix.com

15
hosts copy Normal file
View File

@ -0,0 +1,15 @@
[proxmox]
pve2.comprofix.xyz ansible_user=root
[cloud]
vps02.comprofix.com
[docker]
docker.comprofix.xyz
[omada]
omada-lxc.comprofix.xyz ansible_user=root
[vps]
vps01.comprofix.com

View File

@ -10,7 +10,7 @@
- name: Create the mealie container - name: Create the mealie container
docker_container: docker_container:
name: mealie name: mealie
image: ghcr.io/mealie-recipes/mealie:v2.8.0 image: ghcr.io/mealie-recipes/mealie:v3.0.2
restart_policy: unless-stopped restart_policy: unless-stopped
networks: networks:
- name: proxy - name: proxy