auth middleware + message history
This commit is contained in:
9
compose.yaml
Normal file
9
compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
postgres:
|
||||
container_name: 'chat-app-pg'
|
||||
image: 'postgres:17'
|
||||
restart: 'unless-stopped'
|
||||
volumes:
|
||||
- './postgres:/var/lib/postgresql/data'
|
||||
environment:
|
||||
POSTGRES_PASSWORD: 'pg'
|
||||
Reference in New Issue
Block a user