mirror of
https://github.com/samply/bridgehead.git
synced 2026-04-17 20:50:15 +02:00
Compare commits
2 Commits
fix/altern
...
fix/traefi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80f1479818 | ||
|
|
bbda99254f |
6
cce/modules/osiris2fhir-setup.sh
Normal file
6
cce/modules/osiris2fhir-setup.sh
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
if [ -n "$ENABLE_OSIRIS2FHIR" ]; then
|
||||||
|
log INFO "OSIRIS2FHIR-REST setup detected -- will start osiris2fhir module."
|
||||||
|
OVERRIDE+=" -f ./pscc/modules/osiris2fhir-compose.yml"
|
||||||
|
LOCAL_SALT="$(echo \"local-random-salt\" | openssl pkeyutl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
|
||||||
|
fi
|
||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
- --entrypoints.web.http.redirections.entrypoint.scheme=https
|
- --entrypoints.web.http.redirections.entrypoint.scheme=https
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.dashboard.rule=PathPrefix(`/dashboard/`)"
|
- "traefik.http.routers.dashboard.rule=PathPrefix(`/dashboard/`)||PathPrefix(`/api`)"
|
||||||
- "traefik.http.routers.dashboard.entrypoints=websecure"
|
- "traefik.http.routers.dashboard.entrypoints=websecure"
|
||||||
- "traefik.http.routers.dashboard.service=api@internal"
|
- "traefik.http.routers.dashboard.service=api@internal"
|
||||||
- "traefik.http.routers.dashboard.tls=true"
|
- "traefik.http.routers.dashboard.tls=true"
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
services:
|
services:
|
||||||
osiris2fhir:
|
osiris2fhir:
|
||||||
container_name: bridgehead-osiris2fhir
|
container_name: bridgehead-osiris2fhir
|
||||||
image: docker.verbis.dkfz.de/ccp/osiris2fhir:${SITE_ID}
|
image: docker.verbis.dkfz.de/ccp/osiris2fhir
|
||||||
environment:
|
environment:
|
||||||
|
FHIR_PROFILE: ${PROJECT:-pscc}
|
||||||
|
LOG_LEVEL: ${LOG_LEVEL:-INFO}
|
||||||
SALT: ${LOCAL_SALT}
|
SALT: ${LOCAL_SALT}
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
if [ -n "$ENABLE_OSIRIS2FHIR" ]; then
|
if [ -n "$ENABLE_OSIRIS2FHIR" ]; then
|
||||||
log INFO "oBDS2FHIR-REST setup detected -- will start osiris2fhir module."
|
log INFO "OSIRIS2FHIR-REST setup detected -- will start osiris2fhir module."
|
||||||
OVERRIDE+=" -f ./pscc/modules/osiris2fhir-compose.yml"
|
OVERRIDE+=" -f ./pscc/modules/osiris2fhir-compose.yml"
|
||||||
LOCAL_SALT="$(echo \"local-random-salt\" | openssl pkeyutl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
|
LOCAL_SALT="$(echo \"local-random-salt\" | openssl pkeyutl -sign -inkey /etc/bridgehead/pki/${SITE_ID}.priv.pem | base64 | head -c 30)"
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user