🦈🏠🐜 Initial Commit 🐜🦈🏠
Some checks failed
release-tag / release-image (push) Failing after 27m5s

This commit is contained in:
casjay
2025-09-16 23:50:20 -04:00
commit 591e8cb540
43 changed files with 2598 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# services/ports
ENV_PORTS="${ENV_PORTS:-}"
SERVICE_PORT="${SERVICE_PORT:-$PORT}"
WEB_SERVER_PORTS="${WEB_SERVER_PORTS:-}"
SERVICES_LIST="${PROCS_LIST:-$SERVICES_LIST} "
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -