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

WIP: pipeline

parent b3f96ebe
No related branches found
No related tags found
No related merge requests found
Pipeline #9390 failed
...@@ -9,10 +9,6 @@ services: ...@@ -9,10 +9,6 @@ services:
caosdb-server: caosdb-server:
image: "$CI_REGISTRY/caosdb/src/caosdb-deploy:$CAOSDB_TAG" image: "$CI_REGISTRY/caosdb/src/caosdb-deploy:$CAOSDB_TAG"
user: 999:999 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: depends_on:
- sqldb - sqldb
networks: networks:
...@@ -34,9 +30,14 @@ services: ...@@ -34,9 +30,14 @@ services:
# - "from_outside:from_inside" # - "from_outside:from_inside"
- "10443:10443" - "10443:10443"
- "10080:10080" - "10080:10080"
- "8080:8080"
- "8443:8443"
environment: environment:
DEBUG: 1 DEBUG: 1
CAOSDB_CONFIG_AUTHTOKEN_CONFIG: "conf/core/authtoken.example.yaml" CAOSDB_CONFIG_AUTHTOKEN_CONFIG: "conf/core/authtoken.example.yaml"
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
volumes: volumes:
scripting: scripting:
extroot: extroot:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment