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