diff --git a/config.example.env b/config.example.env index e719cbce84..c216850467 100644 --- a/config.example.env +++ b/config.example.env @@ -44,6 +44,9 @@ export ENVIRONMENT=production # What image should we pull from docker hub. This only applies when the ENVIRONMENT is production or test export APP_TAG=release +# What is the name of the docker-compose project. This is used to prefix the docker containers. +export COMPOSE_PROJECT_NAME=oneuptime + # Clickhouse Settings export CLICKHOUSE_USER=default export CLICKHOUSE_DATABASE=oneuptime