restyled team chat (buggy do not use)
This commit is contained in:
parent
ec97defd6a
commit
160677ff82
4 changed files with 14 additions and 4 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
version: '3'
|
||||
services:
|
||||
civil_test_db:
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=TEST123
|
||||
image: postgres:16.3
|
||||
ports:
|
||||
- 5432:5432
|
Loading…
Add table
Add a link
Reference in a new issue