Skip to content

Commit af9d3de

Browse files
link to env variable config doc
1 parent 33fc56d commit af9d3de

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Docker Compose files. Only specific ones are (see docker-compose.yaml).
44
# If you need to add new environment variables, refer to them in the Compose file in the appropriate
55
# container for your configuration to be correctly applied.
6+
# See https://docs.checkmarble.com/docs/technical-configuration#/ for a full guide to Marble environment variables, agnostic
7+
# of the docker-compose context.
68

79
#
810
# REQUIRED SETTINGS

installation/configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Configuring Marble
2+
3+
See our [product documentation](https://docs.checkmarble.com/docs/technical-configuration#/) for a full guide on which environment variables are available, which ones are required, and their expected format, for every part of the Marble app.
4+
5+
Configuration via config files is currently not available.

installation/production_run.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Before starting a production deployment, ensure you have:
2222
- Firebase project
2323
- Convoy instance if you need webhooks
2424
- Yente+Elasticsearch setup if you need sanction checks
25+
- We do not recommend usage of docker compose for a production-ready deployment of Marble
2526

2627
## Detailed Dependencies Setup
2728

@@ -208,7 +209,9 @@ The Marble platform consists of three services:
208209

209210
## App Configuration
210211

211-
Reference the following files for detailed configuration:
212+
You will find a complete guide of environment variables to pass to the Marble app in [our documentation](https://docs.checkmarble.com/docs/technical-configuration#/).
213+
214+
Alternatively, you can also inspire yourself from the docker compose example:
212215

213216
- `.env.example`: Environment variables
214217
- `docker-compose.yaml`: Service configuration

0 commit comments

Comments
 (0)