-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy path.env
More file actions
31 lines (23 loc) · 753 Bytes
/
.env
File metadata and controls
31 lines (23 loc) · 753 Bytes
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
30
31
#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=flatnotes
IMAGE_URL=dullage/flatnotes:latest
# Network Configuration
SERVICEPORT=8080
DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY=
# 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
#Time Zone for container
TZ=Europe/Amsterdam
# Flatnotes environment
FLATNOTES_AUTH_TYPE=password
FLATNOTES_USERNAME=user
FLATNOTES_PASSWORD=changeMe!
FLATNOTES_SECRET_KEY=aLongRandomSeriesOfCharacters
#EXAMPLE_VAR="Environment varibale"