# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ##@Version : 202410090957-git # @@Author : CasjaysDev # @@Contact : CasjaysDev # @@License : MIT # @@Copyright : Copyright 2024 CasjaysDev # @@Created : Wed Oct 9 09:57:23 AM EDT 2024 # @@File : .env.scripts # @@Description : Variables for gen-dockerfile and buildx scripts # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # entrypoint Settings DOCKER_ENTYPOINT_PORTS_WEB="${DOCKER_ENTYPOINT_PORTS_WEB}" DOCKER_ENTYPOINT_PORTS_SRV="${DOCKER_ENTYPOINT_PORTS_SRV}" DOCKER_ENTYPOINT_HEALTH_APPS="$DOCKER_ENTYPOINT_HEALTH_APPS" DOCKER_ENTYPOINT_HEALTH_ENDPOINTS="$DOCKER_ENTYPOINT_HEALTH_ENDPOINTS" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Dockerfile info ENV_DOCKERFILE="Dockerfile" ENV_IMAGE_NAME="php" ENV_USE_TEMPLATE="alpine" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Maintainer info ENV_ORG_NAME="casjaysdevdocker" ENV_VENDOR="CasjaysDev" ENV_AUTHOR="CasjaysDev" ENV_MAINTAINER="CasjaysDev " # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # REPO info ENV_GIT_REPO_URL="https://github.com/casjaysdevdocker/php" ENV_REGISTRY_URL="https://hub.docker.com/r/casjaysdevdocker/php" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Push image info ENV_IMAGE_PUSH="casjaysdevdocker/php" ENV_IMAGE_TAG="7" ENV_ADD_TAGS="" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ENV_ADD_IMAGE_PUSH="" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Pull image info ENV_PULL_URL="php" ENV_DISTRO_TAG="7-fpm-alpine" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Env SERVICE_PORT="80" EXPOSE_PORTS="9000" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Versions PHP_VERSION="7" NODE_VERSION="system" NODE_MANAGER="system" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Default directories WWW_ROOT_DIR="/usr/share/httpd/default" DEFAULT_FILE_DIR="/usr/local/share/template-files" DEFAULT_DATA_DIR="/usr/local/share/template-files/data" DEFAULT_CONF_DIR="/usr/local/share/template-files/config" DEFAULT_TEMPLATE_DIR="/usr/local/share/template-files/defaults" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ENV_PACKAGES="bash-completion git curl wget sudo unzip iproute2 ssmtp openssl jq tzdata mailcap ncurses util-linux pciutils usbutils coreutils binutils findutils grep rsync zip tini py3-pip procps net-tools coreutils sed gawk grep attr findutils readline lsof less curl shadow certbot ca-certificates" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -