mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/node-tutorial.git
synced 2026-08-19 04:24:10 +00:00
updated posgres
This commit is contained in:
+4
-1
@@ -13,9 +13,12 @@ server:
|
|||||||
links:
|
links:
|
||||||
- db
|
- db
|
||||||
db:
|
db:
|
||||||
image: postgres
|
image: postgres:9.3
|
||||||
expose:
|
expose:
|
||||||
- 5432
|
- 5432
|
||||||
|
volumes:
|
||||||
|
- ./dbdata:/var/lib/postgresql/data
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: password
|
POSTGRES_PASSWORD: password
|
||||||
POSTGRES_USER: user
|
POSTGRES_USER: user
|
||||||
|
|||||||
Reference in New Issue
Block a user