From a04eb341e10c6871b1c67f52f9317b0260eb02f7 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Mon, 17 Jul 2023 19:50:48 +0100 Subject: [PATCH] add docker compose name --- config.example.env | 3 +++ 1 file changed, 3 insertions(+) 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