Tugtainer secret

This commit is contained in:
Yax 2026-03-24 18:57:04 +01:00
parent 974701f42b
commit d451275352
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ WALLABAG_URL=http://localhost
NTFY_URL=http://localhost:8017 NTFY_URL=http://localhost:8017
NTFY_BEHIND_PROXY=true NTFY_BEHIND_PROXY=true
# TUGTAINER # tugtainer
TUGTAINER_AGENT_SECRET=CHANGE_ME! TUGTAINER_AGENT_SECRET=CHANGE_ME!
# seafile # seafile

View file

@ -41,7 +41,7 @@ services:
restart: unless-stopped restart: unless-stopped
environment: environment:
# The list of available variables is in env.example # The list of available variables is in env.example
AGENT_SECRET: CHANGE_ME! AGENT_SECRET: ${TUGTAINER_AGENT_SECRET}
DOCKER_HOST: tcp://socket-proxy:2375 DOCKER_HOST: tcp://socket-proxy:2375
read_only: true read_only: true
tmpfs: tmpfs: