48 lines
1019 B
Plaintext
48 lines
1019 B
Plaintext
[Unit]
|
|
Description=Mealie - Server
|
|
|
|
[Container]
|
|
Pod=mealie.pod
|
|
ContainerName=mealie-server
|
|
Image=ghcr.io/mealie-recipes/mealie:v3.9.1
|
|
|
|
# Environment=ALLOW_SIGNUP=
|
|
# Environment=PUID=
|
|
# Environment=PGID=
|
|
# Environment=TZ=
|
|
# Environment=BASE_URL=
|
|
|
|
# Database
|
|
# Environment=DB_ENGINE=
|
|
# Environment=POSTGRES_USER=
|
|
# Environment=POSTGRES_PASSWORD=
|
|
# Environment=POSTGRES_SERVER=
|
|
# Environment=POSTGRES_PORT=
|
|
# Environment=POSTGRES_DB=
|
|
|
|
# SMTP
|
|
# Environment=SMTP_HOST=
|
|
# Environment=SMTP_PORT=
|
|
# Environment=SMTP_FROM_NAME=
|
|
# Environment=SMTP_AUTH_STRATEGY=
|
|
# Environment=SMTP_FROM_EMAIL=
|
|
# Environment=SMTP_USER=
|
|
# Environment=SMTP_PASSWORD=
|
|
|
|
EnvironmentFile=/mnt/data/containers/mealie/.env.mealie-server
|
|
|
|
Volume=/mnt/data/containers/mealie/data:/app/data
|
|
|
|
Label=homepage.group=Life
|
|
Label=homepage.name=Mealie
|
|
Label=homepage.icon=mealie.png
|
|
Label=homepage.href=https://mealie.inkletblot.com
|
|
Label=homepage.description="Food, Glorious Food!"
|
|
|
|
[Service]
|
|
Restart=always
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=default.target
|