Compare commits

2 Commits

Author SHA1 Message Date
2196a45645 Update ghcr.io/mealie-recipes/mealie Docker tag to v3.5.0 2025-11-18 16:14:06 +00:00
0cdffc62df Update postgres Docker tag to v17.7 2025-11-14 00:01:36 +00:00

View File

@@ -2,7 +2,7 @@ name: mealie
services: services:
mealie: mealie:
image: ghcr.io/mealie-recipes/mealie:v3.4.0 image: ghcr.io/mealie-recipes/mealie:v3.5.0
container_name: mealie container_name: mealie
depends_on: depends_on:
db_pg17: db_pg17:
@@ -57,7 +57,7 @@ services:
- oidc_client_secret - oidc_client_secret
db_pg17: db_pg17:
image: postgres:17.6 image: postgres:17.7
container_name: mealie_db_pg17 container_name: mealie_db_pg17
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck: