-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy path.env
More file actions
executable file
·29 lines (21 loc) · 1.13 KB
/
Copy path.env
File metadata and controls
executable file
·29 lines (21 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#version=1.1
#URL=https://github.com/tailscale-dev/ScaleTail
#COMPOSE_PROJECT_NAME= # Optional: only use when running multiple deployments on the same infrastructure.
# Service Configuration
SERVICE=kitchenowl
IMAGE_URL=tombursch/kitchenowl:latest
# Network Configuration
SERVICEPORT=8080
DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key for instructions.
# Time Zone setting for containers
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Optional Service variables
# PUID=1000
#EXAMPLE_VAR="Environment varibale"
JWT_SECRET_KEY= # Generate a random string for JWT secret key, e.g., using: openssl rand -base64 32
FRONT_URL=https://kitchenowl.<YOUR_TAILSCALE_DOMAIN>.ts.net # the exact URL of your kitchenowl instance, required when using OIDC authentication, e.g https://kitchenowl.example.com
#OIDC_ISSUER= # your OIDC issuer, e.g https://accounts.google.com
#OIDC_CLIENT_ID= # to be generated by your OIDC provider
#OIDC_CLIENT_SECRET= # to be generated by your OIDC provider