You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: "Start your containers on demand, shut them down automatically when there's no activity. Docker, Docker Swarm Mode and Kubernetes compatible."
8
8
9
9
testData:
10
-
sablierUrl: http://sablier:10000
11
-
names: whoami,nginx # comma separated names
12
-
sessionDuration: 1m
10
+
sablierUrl: http://sablier:10000 # The sablier URL service, must be reachable from the Traefik instance
11
+
names: whoami,nginx # Comma separated names of containers/services/deployments etc.
12
+
sessionDuration: 1m# The session duration after which containers/services/deployments instances are shutdown
13
+
# You can only use one strategy at a time
14
+
# To do so, only declare `dynamic` or `blockin`
15
+
13
16
# Dynamic strategy, provides the waiting webui
14
17
dynamic:
15
-
displayName: My Title
16
-
theme: hacker-terminal
18
+
displayName: My Title # (Optional) Defaults to the middleware name
19
+
theme: hacker-terminal # (Optional)
20
+
17
21
# Blocking strategy, waits until services are up and running
0 commit comments