Skip to content
Snippets Groups Projects
Verified Commit c3876a19 authored by Martin Weise's avatar Martin Weise
Browse files

Need to create the folders

parent 8a2177e2
Branches
No related tags found
No related merge requests found
# UNCOMMENT THE LINES BELOW TO OVERRIDE
#BASE_URL=http://example.com
#ADMIN_EMAIL=noreply@example.com
#LOG_LEVEL=debug
#IDENTITY_SERVICE_ADMIN_PASSWORD=admin
#AUTH_SERVICE_ADMIN_PASSWORD=admin
#METADATA_DB_PASSWORD=dbrepo
#DATA_DB_PASSWORD=dbrepo
#AUTH_DB_PASSWORD=dbrepo
#S3_ACCESS_KEY_ID=seaweedfsadmin
#S3_SECRET_ACCESS_KEY=seaweedfsadmin
#SYSTEM_PASSWORD=admin
\ No newline at end of file
...@@ -60,9 +60,6 @@ ready ...@@ -60,9 +60,6 @@ ready
*.key *.key
*.p12 *.p12
# Environment
.env
# X509 # X509
root.crt root.crt
intermediate.crt intermediate.crt
......
...@@ -3,8 +3,8 @@ variables: ...@@ -3,8 +3,8 @@ variables:
DOCKER_HOST: "unix:///var/run/dind/docker.sock" DOCKER_HOST: "unix:///var/run/dind/docker.sock"
TESTCONTAINERS_RYUK_DISABLED: "false" TESTCONTAINERS_RYUK_DISABLED: "false"
PYTHON_VERSION: "3.11" PYTHON_VERSION: "3.11"
APP_VERSION: "1.4.7" APP_VERSION: "1.4.6"
CHART_VERSION: "1.4.7" CHART_VERSION: "1.4.6"
CACHE_FALLBACK_KEY: ${CI_DEFAULT_BRANCH} CACHE_FALLBACK_KEY: ${CI_DEFAULT_BRANCH}
# This will supress any download for dependencies and plugins or upload messages which would clutter the console log. # This will supress any download for dependencies and plugins or upload messages which would clutter the console log.
# `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work. # `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work.
......
...@@ -11,6 +11,7 @@ stop-dev: ## Stop the development deployment and remove all data. ...@@ -11,6 +11,7 @@ stop-dev: ## Stop the development deployment and remove all data.
.PHONY: package-config .PHONY: package-config
package-config: ## Package the config files package-config: ## Package the config files
mkdir -p ./.docker/config/{dashboards,provisioning}
cp ./dbrepo-auth-service/dbrepo-realm.json ./.docker/config cp ./dbrepo-auth-service/dbrepo-realm.json ./.docker/config
cp ./dbrepo-auth-service/import-realms.sh ./.docker/config cp ./dbrepo-auth-service/import-realms.sh ./.docker/config
cp ./dbrepo-auth-service/master-realm.json ./.docker/config cp ./dbrepo-auth-service/master-realm.json ./.docker/config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment