Compare commits

..

2 Commits

Author SHA1 Message Date
f622eb9ea0 Update postgres Docker tag to v18 2025-11-14 00:01:37 +00:00
aace6bf95c Update ghcr.io/mealie-recipes/mealie Docker tag to v3.4.0 2025-11-01 00:01:50 +00:00

View File

@@ -2,7 +2,7 @@ name: mealie
services: services:
mealie: mealie:
image: ghcr.io/mealie-recipes/mealie:v3.2.1 image: ghcr.io/mealie-recipes/mealie:v3.4.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:18.0 image: postgres:18.1
container_name: mealie_db_pg17 container_name: mealie_db_pg17
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck: