Skip to content
Snippets Groups Projects
Commit 26c23290 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

Merge branch 'master' of gitlab.jsc.fz-juelich.de:eflows4hpc-wp2/datacatalog

parents 402cbf05 ccb80311
No related branches found
No related tags found
No related merge requests found
Pipeline #119746 passed
...@@ -20,7 +20,7 @@ variables: ...@@ -20,7 +20,7 @@ variables:
TESTING_IP: 134.94.199.36 TESTING_IP: 134.94.199.36
OLD_TEST_NAME: old-testing OLD_TEST_NAME: old-testing
TESTING_NAME: datacatalog-testing TESTING_NAME: datacatalog-testing
ROLLBACK_COMMIT_TAG: aa1f8345d322f2532977643043df18eb4aff3bcf # stable version on master, also tagged as 0.18 ROLLBACK_COMMIT_TAG: aa1f8345d322f2532977643043df18eb4aff3bcf # stable version on master, also tagged as 0.18 | TODO update regularily
# before script copied from gitlab docs # before script copied from gitlab docs
.before_script_template: &ssh_setup .before_script_template: &ssh_setup
......
...@@ -47,9 +47,9 @@ services: ...@@ -47,9 +47,9 @@ services:
LETSENCRYPT_HOST: datacatalog.fz-juelich.de LETSENCRYPT_HOST: datacatalog.fz-juelich.de
VIRTUAL_PORT: 8000 VIRTUAL_PORT: 8000
DATACATALOG_APISERVER_ENCRYPTION_KEY: ${SECRETS_ENCRYPTION_KEY} DATACATALOG_APISERVER_ENCRYPTION_KEY: ${SECRETS_ENCRYPTION_KEY}
DATACATALOG_APISERVER_CLIENT_ID: $(DATACATALOG_APISERVER_CLIENT_ID) DATACATALOG_APISERVER_CLIENT_ID: ${DATACATALOG_APISERVER_CLIENT_ID}
DATACATALOG_APISERVER_CLIENT_SECRET: $(DATACATALOG_APISERVER_CLIENT_SECRET) DATACATALOG_APISERVER_CLIENT_SECRET: ${DATACATALOG_APISERVER_CLIENT_SECRET}
DATACATALOG_APISERVER_SERVER_METADATA_URL: $(DATACATALOG_APISERVER_SERVER_METADATA_URL) DATACATALOG_APISERVER_SERVER_METADATA_URL: ${DATACATALOG_APISERVER_SERVER_METADATA_URL}
networks: networks:
- "net" - "net"
volumes: volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment