full reborn

This commit is contained in:
2021-11-24 13:52:27 +06:00
parent 0ac6b0a4df
commit 6a6a197041
246 changed files with 4327 additions and 6952 deletions

11
server/docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: "3.4"
services:
test_postgres:
image: postgres
environment:
POSTGRES_USER: "test"
POSTGRES_PASSWORD: "test"
POSTGRES_DB: "test"
ports:
- "8090:5432"