mirror of
https://github.com/casjaysdevdocker/couchdb
synced 2025-09-18 03:57:46 -04:00
All checks were successful
release-tag / release-image (push) Successful in 2h37m19s
Dockerfile .env.scripts .gitattributes .gitignore rootfs/.gitea/ rootfs/root/docker/setup/00-init.sh rootfs/root/docker/setup/01-system.sh rootfs/root/docker/setup/02-packages.sh rootfs/root/docker/setup/03-files.sh rootfs/root/docker/setup/04-users.sh rootfs/root/docker/setup/05-custom.sh rootfs/root/docker/setup/06-post.sh rootfs/root/docker/setup/07-cleanup.sh rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/pkmgr rootfs/usr/local/etc/docker/functions/entrypoint.sh rootfs/usr/local/share/template-files/config/env/default.sample rootfs/usr/local/share/template-files/config/env/examples/ rootfs/usr/local/share/template-files/config/.gitkeep
8 lines
314 B
Bash
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} "
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|