Tugtainer secret
This commit is contained in:
parent
974701f42b
commit
d451275352
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue