mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
feat(session): create website on session request
This commit is contained in:
parent
c881751e4f
commit
66f2075f37
6 changed files with 17137 additions and 8 deletions
|
|
@ -8,11 +8,13 @@ services:
|
|||
environment:
|
||||
DATABASE_URL: postgresql://umami:umami@db:5432/umami
|
||||
DATABASE_TYPE: postgresql
|
||||
HASH_SALT: replace-me-with-a-random-string
|
||||
HASH_SALT: cMP9En7jrhD6uKKAMpuADybe32Ww7Cfu
|
||||
depends_on:
|
||||
- db
|
||||
db:
|
||||
image: postgres:12-alpine
|
||||
ports:
|
||||
- "127.0.0.1:5432:5432"
|
||||
environment:
|
||||
POSTGRES_DB: umami
|
||||
POSTGRES_USER: umami
|
||||
|
|
@ -21,4 +23,4 @@ services:
|
|||
- ./sql/schema.postgresql.sql:/docker-entrypoint-initdb.d/schema.postgresql.sql:ro
|
||||
- umami-db-data:/var/lib/postgresql/data
|
||||
volumes:
|
||||
umami-db-data:
|
||||
umami-db-data:
|
||||
Loading…
Add table
Add a link
Reference in a new issue