🧹 cleanup postgres + mysql

This commit is contained in:
Philipp Dormann 2021-05-22 18:09:28 +02:00
parent 0e498a5701
commit e667928863
16 changed files with 667 additions and 752 deletions

View file

@ -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