hard-coded configuration file basename
This commit is contained in:
@@ -85,7 +85,7 @@ services:
|
||||
- ~/.tailscale.env
|
||||
environment:
|
||||
TS_AUTHKEY_FILE: /run/secrets/headscale.key
|
||||
TS_SERVE_CONFIG: /config/${TS_SERVE_CONFIG_BASENAME:?Provide a basename for the Tailscale Serve configuration file}.json
|
||||
TS_SERVE_CONFIG: /config/conf.json
|
||||
TS_EXTRA_ARGS: "--advertise-tags=tag:container"
|
||||
TS_STATE_DIR: /var/lib/tailscale
|
||||
secrets:
|
||||
@@ -392,7 +392,7 @@ services:
|
||||
container_name: glance
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 8181
|
||||
- 8080
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
# Optionally, also mount docker socket if you want to use the docker containers widget
|
||||
@@ -405,13 +405,11 @@ services:
|
||||
depends_on:
|
||||
- tailclient
|
||||
# @NOTE https://github.com/glanceapp/glance/blob/main/docs/configuration.md#environment-variables
|
||||
environment:
|
||||
PORT: ${GLANCE_PORT:-8181}
|
||||
labels:
|
||||
glance.name: Self
|
||||
glance.id: self
|
||||
glance.icon: "si:glance"
|
||||
glance.url: "${SERVER_MAGICDN_SCHEME}://${SERVER_MAGICDN}"
|
||||
# glance.url: "${SERVER_MAGICDN_SCHEME}://${SERVER_MAGICDN}"
|
||||
glance.description: Dashboard
|
||||
|
||||
# @NOTE https://github.com/glanceapp/glance/blob/main/docs/configuration.md#docker-containers
|
||||
|
||||
Reference in New Issue
Block a user