Generate exporter api key automatically

This commit is contained in:
juarez
2023-08-09 18:06:32 +02:00
parent 1305d3bc09
commit 2276041aa0
3 changed files with 4 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ services:
container_name: bridgehead-opal-db
image: docker.verbis.dkfz.de/cache/postgres:15.1-alpine
environment:
POSTGRES_PASSWORD: "${OPAL_DB_PASSWORD}"
POSTGRES_PASSWORD: "${OPAL_DB_PASSWORD}" # Set in datashield-setup.sh
POSTGRES_USER: "opal"
POSTGRES_DB: "opal"
# volumes: