- Updated the .env.template to include GIT_TOKEN for remote repository authentication.
- Modified the Dockerfile to accept GIT_TOKEN and PG_CONNECTION_STRING as build arguments, enhancing the configuration for deployment.
Signed-off-by: Innei <tukon479@gmail.com>
- Removed unused S3 configuration variables from .env.template to streamline environment setup.
- Added ARG directives for S3_ACCESS_KEY_ID and S3_SECRET_ACCESS_KEY in Dockerfile to facilitate secure access to S3 resources during build.
Signed-off-by: Innei <tukon479@gmail.com>