added files
This commit is contained in:
14
kitchenowl/compose.yml
Normal file
14
kitchenowl/compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
KitchenOwl:
|
||||
image: tombursch/kitchenowl:latest
|
||||
restart: unless-stopped
|
||||
container_name: KitchenOwl
|
||||
ports:
|
||||
- ${PORT:-default 8080}:8080
|
||||
environment:
|
||||
# Required to set. Either manually or via the setup script.
|
||||
- JWT_SECRET_KEY=${JWT_SECRET_KEY:?Required Value}
|
||||
- STORAGE_PATH=${STORAGE_PATH}
|
||||
- OPEN_REGISTRATION=${OPEN_REGISTRATION:-default false}
|
||||
volumes:
|
||||
- ./data:/data
|
||||
4
kitchenowl/example.env
Normal file
4
kitchenowl/example.env
Normal file
@@ -0,0 +1,4 @@
|
||||
JWT_SECRET_KEY=
|
||||
STORAGE_PATH=
|
||||
PORT=
|
||||
# OPEN_REGISTRATION=false
|
||||
Reference in New Issue
Block a user