mirror of
https://github.com/bitinflow/getsentry-onpremise.git
synced 2026-03-13 13:35:51 +00:00
Mount docker postgres volume on host
This commit is contained in:
@@ -27,6 +27,8 @@ services:
|
|||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:9.5
|
image: postgres:9.5
|
||||||
|
volumes:
|
||||||
|
- ./data/postgres:/var/lib/postgresql/data
|
||||||
|
|
||||||
web:
|
web:
|
||||||
extends: base
|
extends: base
|
||||||
|
|||||||
Reference in New Issue
Block a user