🗃️ Committing everything that changed 🗃️

Dockerfile
.env.scripts
This commit is contained in:
casjay
2024-08-27 09:48:43 -04:00
parent caad53d7d1
commit 6ed89a3163
2 changed files with 254 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
##@Version : 202408270903-git
##@Version : 202408270947-git
# @@Author : CasjaysDev
# @@Contact : CasjaysDev <docker-admin@casjaysdev.pro>
# @@License : MIT
# @@Copyright : Copyright 2024 CasjaysDev
# @@Created : Tue Aug 27 09:03:20 AM EDT 2024
# @@Created : Tue Aug 27 09:47:41 AM EDT 2024
# @@File : .env.scripts
# @@Description : Variables for gen-dockerfile and buildx scripts
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -54,5 +54,5 @@ 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="bind bind-tools bind-dnssec-root bind-plugins nginx \${PHP_VERSION}-fpm"
ENV_PACKAGES="bind bind-tools bind-dnssec-root bind-plugins nginx ${PHP_VERSION}-fpm"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -