mirror of https://github.com/dtm-labs/dtm.git
4 changed files with 10 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||
version: '3.3' |
|||
services: |
|||
postgres: |
|||
image: 'daocloud.io/library/postgres' |
|||
environment: |
|||
POSTGRES_PASSWORD: mysecretpassword |
|||
|
|||
ports: |
|||
- '5432:5432' |
|||
Loading…
Reference in new issue