mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
🧹 cleanup postgres + mysql
This commit is contained in:
parent
0e498a5701
commit
e667928863
16 changed files with 667 additions and 752 deletions
|
|
@ -6,16 +6,5 @@ services:
|
|||
- 50001:3000
|
||||
environment:
|
||||
HASH_SALT: xSSHW4A2w0e3vxLUp46XL9OzCGKvxEnA
|
||||
# depends_on:
|
||||
# - db
|
||||
# db:
|
||||
# image: postgres:13.3-alpine
|
||||
# environment:
|
||||
# POSTGRES_DB: umami
|
||||
# POSTGRES_USER: umami
|
||||
# POSTGRES_PASSWORD: umami
|
||||
# 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:
|
||||
- ./db:/app/prisma/db
|
||||
Loading…
Add table
Add a link
Reference in a new issue