removed version - no more needed

This commit is contained in:
Dejan R. 2025-11-30 17:03:18 +00:00
parent c4ea6b41be
commit 98b057ef28

View file

@ -1,8 +1,7 @@
version: "3.9"
services:
mealie:
# image: ghcr.io/mealie-recipes/mealie:v2.7.1
image: ghcr.io/mealie-recipes/mealie:latest
container_name: mealie
restart: always
@ -16,7 +15,7 @@ services:
ALLOW_SIGNUP: "false"
PUID: 1000
PGID: 1000
TZ: Europe/Ljubljana
TZ: Europe/Ljubljana # <-- Already set here
BASE_URL: https://mealie.rozic-dev.com
# Database
@ -56,6 +55,9 @@ services:
POSTGRES_DB: mealie
POSTGRES_USER: mealie
POSTGRES_PASSWORD: mealie
# Added for Time Zone consistency (Suggestion 2)
TZ: Europe/Ljubljana
PGTZ: Europe/Ljubljana
volumes:
- ./mealie-pgdata:/var/lib/postgresql/data
healthcheck:
@ -70,7 +72,7 @@ services:
networks:
traefik:
external: true
name: traefik_default # IMPORTANT
name: traefik_default
internal:
driver: bridge