Fixed indexing on m:n table, as well as added seeding function

This commit is contained in:
2022-02-15 00:00:48 +01:00
parent 66f9df86d8
commit 205adeb118
6 changed files with 81 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ services:
DATABASE_URL: "postgresql://serverctl:serverctlsecret@db/serverctl"
ports:
- "8080:8080"
- "6060:6060" # Profiler optional
logging: *loki-logging
depends_on:
- db_migrator