Skip to content

Commit a409125

Browse files
committed
Enable TS_AUTH_ONCE in application service configuration
1 parent 9a65327 commit a409125

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/service-template/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ services:
2323
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
2424
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
2525
#- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS
26+
- TS_AUTH_ONCE=true
2627
configs:
2728
- source: ts-serve
2829
target: /config/serve.json

0 commit comments

Comments
 (0)