🦈🏠🐜 Initial Commit 🐜🦈🏠

This commit is contained in:
casjay
2023-08-30 00:10:40 -04:00
commit d8f0c9b2eb
33 changed files with 2244 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} "
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -