Update stack.production.yml
This commit is contained in:
parent
8ab8ec4dd6
commit
93b327dea8
|
@ -31,7 +31,7 @@ services:
|
|||
environment:
|
||||
- TZ=America/Toronto
|
||||
- COLOR=red # Use the base colors (ie, no darken-3, etc) -
|
||||
- HS_SERVER=https://headscale.nixc.us # Reachable endpoint for your Headscale server
|
||||
- HS_SERVER=http://headscale_headscale:8080 # Reachable endpoint for your Headscale server
|
||||
- DOMAIN_NAME=https://headadmin.nixc.us # The base domain name for this container.
|
||||
# - SCRIPT_NAME=/ # This is your applications base path (wsgi requires the name "SCRIPT_NAME"). Remove if you are hosing at the root /
|
||||
- KEY="lzaAI5nenkxAeR1OZdKSYCqHsBnRtFCg2+anEeEkIhw=" # Generate with "openssl rand -base64 32" - used to encrypt your key on disk.
|
||||
|
@ -44,6 +44,8 @@ services:
|
|||
# - OIDC_AUTH_URL=https://auth.$DOMAIN/.well-known/openid-configuration # URL for your OIDC issuer's well-known endpoint
|
||||
# - OIDC_CLIENT_ID=headscale-webui # Your OIDC Issuer's Client ID for Headscale-WebUI
|
||||
# - OIDC_CLIENT_SECRET=YourSecretHere # Your OIDC Issuer's Secret Key for Headscale-WebUI
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
volumes:
|
||||
- /mnt/tank/persist/nixc.us/headscale/production/data:/data # Headscale-WebUI's storage. Make sure ./volume is readable by UID 1000 (chown 1000:1000 ./volume)
|
||||
- /mnt/tank/persist/nixc.us/headscale/production/config:/etc/headscale/:ro # Headscale's config storage location. Used to read your Headscale config.
|
||||
|
|
Loading…
Reference in New Issue