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

Forgot the metric credentials

parent 4dbc68b4
No related branches found
No related tags found
No related merge requests found
......@@ -381,7 +381,7 @@ services:
ports:
- "80:8080"
volumes:
- ./dbrepo-gateway-service/dbrepo.conf:/opt/bitnami/nginx/conf/server_blocks/dbrepo.conf:ro
- ./conf/dbrepo.conf:/opt/bitnami/nginx/conf/server_blocks/dbrepo.conf:ro
depends_on:
dbrepo-analyse-service:
condition: service_healthy
......
......@@ -19,6 +19,7 @@ package-config: ## Package the config files
cp ./dbrepo-data-db/1_grant-user.sql ./.docker/config
cp ./dbrepo-metadata-db/1_setup-schema.sql ./.docker/config
cp ./dbrepo-metadata-db/2_setup-data.sql ./.docker/config
cp ./dbrepo-metadata-db/metrics.cnf ./.docker/config
cp ./dbrepo-broker-service/rabbitmq.conf ./.docker/config
cp ./dbrepo-broker-service/enabled_plugins ./.docker/config
cp ./dbrepo-broker-service/definitions.json ./.docker/config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment