Skip to content
Snippets Groups Projects
Verified Commit 3893ee80 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 4acb02e8
No related branches found
No related tags found
No related merge requests found
Pipeline #9309 failed
......@@ -9,6 +9,10 @@ services:
caosdb-server:
image: "$CI_REGISTRY/caosdb/src/caosdb-deploy:$CAOSDB_TAG"
user: 999:999
environment:
CAOSDB_CONFIG_GRPC_SERVER_CA_PUB_PEM: /opt/caosdb/cert/caosdb.cert.pem
CAOSDB_CONFIG_GRPC_SERVER_CA_PRIV_PEM: /opt/caosdb/cert/caosdb.key.pem
CAOSDB_CONFIG_GRPC_SERVER_CA_PW: CaosDBSecret
depends_on:
- sqldb
networks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment