-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdocker-compose.override.example.yml
49 lines (42 loc) · 1.67 KB
/
docker-compose.override.example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This file contains overrides that are useful for different development situations. These are
# intended to be used at the same time as the docker-compose.dev.yml file.
# Network for testing publications locally. Needs tweaked identifier config as well.
# networks:
# shared-gn-pub:
# name: shared-gn-pub
# services:
# Set the RB endpoint
# editor:
# environment:
# EMBER_REGULATORY_STATEMENT_ENDPOINT: "https://dev.reglementairebijlagen.lblod.info/sparql"
# EMBER_REGULATORY_STATEMENT_FILE_ENDPOINT: "https://dev.reglementairebijlagen.lblod.info/files"
# Extra logging from mu-auth
# database:
# environment:
# LOG_ERRORS: "true"
# LOG_ACCESS_RIGHTS: "true"
# Do not run migrations
# migrations:
# volumes: !reset null
# Configure LPDC service authentication
# lpdc-service:
# environment:
# API_URL: "https://api.ipdc.tni-vlaanderen.be"
# API_KEY: "some secret key"
# Identifier config to test publications locally. Needs matching network configuration.
# identifier:
# networks:
# default:
# shared-gn-pub:
# aliases:
# - "identifier-gelinkt-notuleren"
# Re-enable the ldes-client in testing instead of disabling it to conserve resources
# ldes-client:
# command: !reset null
# environment:
# EXTRA_HEADERS: "{\"Authorization\": \"Basic blablablatokengoeshere==\"}"
# FIRST_PAGE: "https://dev.mandatenbeheer.lblod.info/streams/ldes/abb/1"
# LDES_BASE: "https://dev.mandatenbeheer.lblod.info/streams/ldes/abb/"
# # For the initial ingest, bypass mu auth. remove this after it's
# # finished and restart the stack
# # BYPASS_MU_AUTH: "true"