1
0
Fork 0
docker-compose-templates/mealie.yml

17 lines
364 B
YAML
Raw Normal View History

2023-01-06 17:06:46 +00:00
version: "3.1"
services:
mealie:
container_name: mealie
image: hkotel/mealie:latest
restart: unless-stopped
ports:
- ${MEALIE_EXTERNAL_PORT}:${MEALIE_INTERNAL_PORT}
environment:
PUID: ${PUID}
PGID: ${PGID}
TZ: ${TZ}
env_file:
- mealie.env
volumes:
- "${DOCKER_STORAGE_PATH}/mealie/data/:/app/data"