mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
add docker compose name
This commit is contained in:
parent
687c1bbb67
commit
a04eb341e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user