Updates on Shefet side
This commit is contained in:
parent
fd6911b4d6
commit
f47bf3b52e
|
@ -4,7 +4,7 @@ ACME_EMAIL="acme.admin@shefet.net"
|
||||||
HOST_UID="3000"
|
HOST_UID="3000"
|
||||||
HOST_GID="3000"
|
HOST_GID="3000"
|
||||||
|
|
||||||
INTERNAL_IP="192.168.2.33"
|
INTERNAL_IP=192.168.2.33
|
||||||
|
|
||||||
# RUNTIPI's root on the docker host
|
# RUNTIPI's root on the docker host
|
||||||
# TIPI_VERSION="v3.8.0"
|
# TIPI_VERSION="v3.8.0"
|
||||||
|
|
|
@ -339,7 +339,6 @@ case "${1}" in
|
||||||
"" "ixcompose" "docker compose for ix/TrueNAS SCALE docker based app" \
|
"" "ixcompose" "docker compose for ix/TrueNAS SCALE docker based app" \
|
||||||
"" "ls" "list applications (or contrainers)" \
|
"" "ls" "list applications (or contrainers)" \
|
||||||
"" "dls" "stylized docker ls" \
|
"" "dls" "stylized docker ls" \
|
||||||
"" "dockge" "docker compose for dockge stacks" \
|
|
||||||
"" "shell" "enter an insteractive shell" \
|
"" "shell" "enter an insteractive shell" \
|
||||||
"" "down-all" "stop and remove everything" \
|
"" "down-all" "stop and remove everything" \
|
||||||
"" "" "" \
|
"" "" "" \
|
||||||
|
|
|
@ -38,6 +38,8 @@ services:
|
||||||
max-file: "3"
|
max-file: "3"
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
- 80:80
|
||||||
|
- 443:443
|
||||||
command:
|
command:
|
||||||
- '--log.level=DEBUG'
|
- '--log.level=DEBUG'
|
||||||
- '--configFile=/srv/traefik/static.yml'
|
- '--configFile=/srv/traefik/static.yml'
|
||||||
|
|
Loading…
Reference in New Issue