mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
schema + docker cleanups
This commit is contained in:
parent
ae7de014a6
commit
4a21d9e9d9
9 changed files with 119 additions and 293 deletions
|
|
@ -1,16 +1,13 @@
|
|||
---
|
||||
version: '3'
|
||||
services:
|
||||
umami:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- 50001:3000
|
||||
environment:
|
||||
DATABASE_URL: sqlite://umami:umami@db:5432/umami
|
||||
DATABASE_TYPE: sqlite
|
||||
HASH_SALT: xSSHW4A2w0e3vxLUp46XL9OzCGKvxEnA
|
||||
depends_on:
|
||||
- db
|
||||
# depends_on:
|
||||
# - db
|
||||
# db:
|
||||
# image: postgres:13.3-alpine
|
||||
# environment:
|
||||
|
|
@ -20,5 +17,5 @@ services:
|
|||
# volumes:
|
||||
# - ./sql/schema.postgresql.sql:/docker-entrypoint-initdb.d/schema.postgresql.sql:ro
|
||||
# - umami-db-data:/var/lib/postgresql/data
|
||||
volumes:
|
||||
umami-db-data:
|
||||
# volumes:
|
||||
# umami-db-data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue