-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.env.example
More file actions
25 lines (21 loc) · 955 Bytes
/
config.env.example
File metadata and controls
25 lines (21 loc) · 955 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
# config.env.example
#
# Documentation aid — committed to source control so contributors can see
# the install-level configuration that setup.sh writes to
# ~/.config/devbox/config.env. That file is git-ignored; this example is not.
#
# To bootstrap manually, copy this file and edit the values:
# cp config.env.example ~/.config/devbox/config.env
#
# Enable HTTPS mode (DNS-01 via OVH + Let's Encrypt).
# When false, Traefik serves plain HTTP on the internal network.
ENABLE_HTTPS=false
# Primary domain used by Traefik routing rules (e.g. example.com).
DOMAIN=example.com
# Tailscale IP of this host — used for /etc/hosts hints and health checks.
TAILSCALE_IP=100.64.0.1
# Compose override files for each stack.
# In HTTPS mode (ENABLE_HTTPS=true) setup.sh appends a colon-separated
# override, e.g. docker-compose.yml:docker-compose.https.yml (per plan v4.1 P0).
COMPOSE_FILE_TRAEFIK=docker-compose.yml
COMPOSE_FILE_OLLAMA=docker-compose.yml