Capabilities handling, database.

This commit is contained in:
2019-09-09 21:52:32 +05:00
parent 4e614c094e
commit 28ddc32368
82 changed files with 12467 additions and 20 deletions

View File

@@ -0,0 +1,13 @@
version: "2.4"
services:
postgresql:
image: "postgres:11.5"
ports:
- "15432:5432"
volumes:
- "./postgres/data:/var/lib/postgresql/data"
environment:
POSTGRES_USER: gonews
POSTGRES_PASSWORD: gonews
POSTGRES_DB: gonews