docs: make it a bit simpler to hack Akvorado

Add ability to enable the demo flows just with a profile instead of
modifying .env. Add more instructions on how to use Docker Compose and
how to hack on the console.
This commit is contained in:
Vincent Bernat
2025-08-31 15:46:14 +02:00
parent fa9e48d16a
commit e41bae008b
4 changed files with 23 additions and 13 deletions

View File

@@ -3,8 +3,9 @@
## This .env file is to be used when deploying on demo.akvorado.net.
# docker compose --env-file=.env --env-file=.env.demo up -d
BRANDING=true
COMPOSE_FILE=${COMPOSE_FILE}:docker/docker-compose-demo.yml
COMPOSE_FILE=${COMPOSE_FILE}:docker/docker-compose-tls.yml
COMPOSE_PROFILES=demo
BRANDING=true
TLS_DOMAIN=akvorado.net,www.akvorado.net,demo.akvorado.net
TLS_EMAIL=webmaster@akvorado.net