mirror of
https://github.com/valitydev/hooker.git
synced 2024-11-06 08:15:17 +00:00
10 lines
157 B
YAML
10 lines
157 B
YAML
|
postgres:
|
||
|
image: postgres:9.6
|
||
|
environment:
|
||
|
POSTGRES_USER: postgres
|
||
|
POSTGRES_PASSWORD: postgres
|
||
|
POSTGRES_DB: hook
|
||
|
ports:
|
||
|
- '5432:5432'
|
||
|
|