diff --git a/stack.production.yml b/stack.production.yml index 7acc17d..48cb77b 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -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.