Files
ollama/rootfs/usr/local/share/template-files/config/env/examples/services.sh
T
jason 0d5c05e9fb 🦈🏠🐜 Initial Commit 🐜🦈🏠
2026-02-02 13:51:02 -05:00

8 lines
274 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} "
# - - - - - - - - - - - - - - - - - - - - - - - - -