add docker compose name

This commit is contained in:
Simon Larsen 2023-07-17 19:50:48 +01:00
parent 687c1bbb67
commit a04eb341e1
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -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