Files
almalinux/rootfs/usr/local/share/template-files/config/env/examples/global.sh
casjay 64c926ff2c
Some checks failed
almalinux-10-dev / almalinux-10-dev (push) Has been cancelled
almalinux-10 / almalinux-10 (push) Has been cancelled
almalinux-8-dev / almalinux-8-dev (push) Has been cancelled
almalinux-8 / almalinux-8 (push) Has been cancelled
almalinux-9-dev / almalinux-9-dev (push) Has been cancelled
almalinux-9 / almalinux-9 (push) Has been cancelled
almalinux / release-almalinux (push) Has been cancelled
🦈🏠🐜 Initial Commit 🐜🦈🏠
2025-09-16 23:38:37 -04:00

14 lines
543 B
Bash

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# GLOBAL enviroment variables
USER="${USER:-root}"
LANG="${LANG:-C.UTF-8}"
TZ="${TZ:-America/New_York}"
ENV_PORTS="${ENV_PORTS//\/*/}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# How to set permissions
SERVICE_USER="${SERVICE_USER:-}"
SERVICE_GROUP="${SERVICE_GROUP:-}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SERVICE_UID="${SERVICE_UID:-}" # set the user id
SERVICE_GID="${SERVICE_GID:-}" # set the group id