Files
nodejs/rootfs/usr/local/share/template-files/config/env/examples/services.sh
casjay d8f0c9b2eb 🦈🏠🐜 Initial Commit 🐜🦈🏠
2023-08-30 00:10:40 -04:00

8 lines
314 B
Bash

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# services/ports
ENV_PORTS="${ENV_PORTS:-}"
SERVICE_PORT="${SERVICE_PORT:-$PORT}"
WEB_SERVER_PORTS="${WEB_SERVER_PORTS:-}"
SERVICES_LIST="${PROCS_LIST:-$SERVICES_LIST} "
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -