Initial commit (I feel unsafe)
This commit is contained in:
27
mealie_server-compose_template.yaml
Normal file
27
mealie_server-compose_template.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
services:
|
||||
mealie:
|
||||
image: ghcr.io/mealie-recipes/mealie
|
||||
container_name: mealie
|
||||
pull_policy: always
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 127.0.0.1:${PORT}:9000
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 2048M
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ${VOLUME_PATH}
|
||||
target: /app/data
|
||||
bind:
|
||||
create_host_path: true
|
||||
environment:
|
||||
ALLOW_SIGNUP: false
|
||||
PUID: ${PUID}
|
||||
PGID: ${PGID}
|
||||
TZ: America/Phoenix
|
||||
MAX_WORKERS: 1
|
||||
WEB_CONCURRENCY: 1
|
||||
BASE_URL: ${BASE_URL}
|
||||
Reference in New Issue
Block a user