🦈🏠🐜 Initial Commit 🐜🦈🏠

This commit is contained in:
casjay
2023-07-03 18:23:48 -04:00
commit 4ef243d6d1
31 changed files with 2360 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} "
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -