Umami analytics stack

This commit is contained in:
2026-02-17 00:59:45 -03:00
commit c38ca7e599
11 changed files with 749 additions and 0 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# Umami stack environment variables.
# Set real values in Portainer (Stack → Editor → Environment variables) or in a
# local .env file. Do not commit real secrets to the repo.
POSTGRES_DB=umami
POSTGRES_USER=umami
POSTGRES_PASSWORD=REPLACE_ME
APP_SECRET=REPLACE_ME