-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy path.env
More file actions
30 lines (22 loc) · 1.01 KB
/
.env
File metadata and controls
30 lines (22 loc) · 1.01 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
30
#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=booklore
IMAGE_URL=ghcr.io/booklore-app/booklore
# Network Configuration
SERVICEPORT=80
DNS_SERVER=9.9.9.9
# Tailscale Configuration
TS_AUTHKEY= # Add your 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
# MariaDB Credentials
MYSQL_ROOT_PASSWORD= # Use a strong password for the databases root user, should be different from MYSQL_PASSWORD
MYSQL_DATABASE=booklore
MYSQL_USER=booklore
MYSQL_PASSWORD= # Use a strong password; must match DATABASE_PASSWORD defined in the booklore container
# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
TZ=Europe/Paris
#EXAMPLE_VAR="Environment varibale"