use GameEventStoreInPostgresql instead of InMemory
This commit is contained in:
@@ -20,6 +20,7 @@ services:
|
||||
|
||||
postgresql:
|
||||
image: postgres:17.4
|
||||
command: postgres -c 'max_connections=500'
|
||||
environment:
|
||||
POSTGRES_PASSWORD_FILE: /run/secrets/postgresql_password
|
||||
POSTGRES_USER: event-demo
|
||||
Reference in New Issue
Block a user