Updates on Shefet side

This commit is contained in:
Lockszmith (@wolfpack) 2025-02-25 02:05:36 -05:00
parent fd6911b4d6
commit f47bf3b52e
3 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ ACME_EMAIL="acme.admin@shefet.net"
HOST_UID="3000"
HOST_GID="3000"
INTERNAL_IP="192.168.2.33"
INTERNAL_IP=192.168.2.33
# RUNTIPI's root on the docker host
# TIPI_VERSION="v3.8.0"

View File

@ -339,7 +339,6 @@ case "${1}" in
"" "ixcompose" "docker compose for ix/TrueNAS SCALE docker based app" \
"" "ls" "list applications (or contrainers)" \
"" "dls" "stylized docker ls" \
"" "dockge" "docker compose for dockge stacks" \
"" "shell" "enter an insteractive shell" \
"" "down-all" "stop and remove everything" \
"" "" "" \

View File

@ -38,6 +38,8 @@ services:
max-file: "3"
ports:
- 8080:8080
- 80:80
- 443:443
command:
- '--log.level=DEBUG'
- '--configFile=/srv/traefik/static.yml'