Merge all changes from main, update theming of Discover

This commit is contained in:
Thomas Rogers
2024-03-07 17:39:57 +01:00
691 changed files with 82404 additions and 41037 deletions

View File

@ -15,6 +15,8 @@ services:
retries: 3
expose:
- 5432
ports:
- "5432:5432"
migrate:
build:
@ -24,9 +26,9 @@ services:
command: '/bin/sh ./packages/db/setup.sh' # Also create a demo user with email: demo@omnivore.app, password: demo_password
environment:
- PGPASSWORD=postgres
- POSTGRES_USER=postgres
- PG_HOST=postgres
- PG_USER=postgres
- PG_PASSWORD=postgres
- PG_PASSWORD=app_pass
- PG_DB=omnivore
depends_on:
postgres: