Added Postgres
This commit is contained in:
parent
10ec1d35b6
commit
a6db921bea
0
hub/jhub/compose.yml
Normal file
0
hub/jhub/compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
services:
|
||||||
|
db:
|
||||||
|
image: postgres
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
POSTRGES_PASSWORD: 123456
|
||||||
|
volumes:
|
||||||
|
- pgdata:/var/lib/postgresql/data
|
||||||
|
|
||||||
|
adminer:
|
||||||
|
image: adminer
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 8080:8080
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
pgdata:
|
Loading…
Reference in New Issue
Block a user