restyled team chat (buggy do not use)

This commit is contained in:
grng 2024-07-25 10:32:25 +01:00
parent ec97defd6a
commit 160677ff82
4 changed files with 14 additions and 4 deletions

8
docker-compose.yml Normal file
View file

@ -0,0 +1,8 @@
version: '3'
services:
civil_test_db:
environment:
- POSTGRES_PASSWORD=TEST123
image: postgres:16.3
ports:
- 5432:5432