mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-29 21:21:53 +10:00
start-traefik
This commit is contained in:
parent
b66d1a6df8
commit
5894cedb92
2 changed files with 5 additions and 1 deletions
|
|
@ -9,6 +9,8 @@ docker exec \
|
|||
--tty \
|
||||
$DESKTOP_ENVIRONMENT_CONTAINER \
|
||||
traefik \
|
||||
--accessLog.filePath=/var/log/traefik-http.log \
|
||||
--accessLog.format=json \
|
||||
--acme.domains=*.stemn.com \
|
||||
--acme.email=security@stemn.com \
|
||||
--acme.entrypoint=https \
|
||||
|
|
@ -24,4 +26,6 @@ docker exec \
|
|||
--entryPoints='Name:http Address::80 Redirect.EntryPoint:https' \
|
||||
--entryPoints='Name:https Address::443 TLS' \
|
||||
--logLevel=info \
|
||||
--traefikLog.filePath=/var/log/traefik-system.log \
|
||||
--traefikLog.format=json \
|
||||
--web
|
||||
|
|
@ -32,4 +32,4 @@ docker run \
|
|||
DISPLAY=$XPRA_DISPLAY $REPO_ROOT/docker/scripts/start.sh
|
||||
|
||||
# Expose desktop environment publicly with traefik
|
||||
$REPO_ROOT/docker/scripts/traefik.sh
|
||||
$REPO_ROOT/docker/scripts/start-traefik.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue