Capabilities handling, database.
This commit is contained in:
13
devzone/docker-compose.yaml
Normal file
13
devzone/docker-compose.yaml
Normal 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
|
Reference in New Issue
Block a user