mealie/docker-compose.yml hinzugefügt
This commit is contained in:
14
mealie/docker-compose.yml
Normal file
14
mealie/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
services:
|
||||||
|
mealie:
|
||||||
|
image: ghcr.io/mealie-recipes/mealie:${MEALIE_TAG:-latest}
|
||||||
|
container_name: ${CONTAINER_NAME:-mealie}
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "${MEALIE_PORT:-9000}:9000"
|
||||||
|
volumes:
|
||||||
|
- "${DATA_PATH:-./mealie/data}:/app/data"
|
||||||
|
environment:
|
||||||
|
- ALLOW_SIGNUP=${ALLOW_SIGNUP:-true}
|
||||||
|
- TZ=${TZ:-Europe/Berlin}
|
||||||
|
- PUID=${PUID:-1000}
|
||||||
|
- PGID=${PGID:-1000}
|
||||||
Reference in New Issue
Block a user