mirror of
https://github.com/valitydev/three-ds-server-storage.git
synced 2024-11-06 00:15:16 +00:00
a44e2abee7
refactor ThreeDsServerClient
13 lines
264 B
YAML
13 lines
264 B
YAML
version: '3'
|
|
services:
|
|
postgresql:
|
|
image: postgres:9.6
|
|
volumes:
|
|
- ./data:/var/lib/postgresql
|
|
ports:
|
|
- "5432:5432"
|
|
environment:
|
|
POSTGRES_USER: postgres
|
|
POSTGRES_PASSWORD: postgres
|
|
POSTGRES_DB: three_ds_server_storage
|