added elasticsearch persistence
This commit is contained in:
parent
607590c1dd
commit
32255b7f48
@ -67,6 +67,8 @@ services:
|
|||||||
memlock:
|
memlock:
|
||||||
soft: -1
|
soft: -1
|
||||||
hard: -1
|
hard: -1
|
||||||
|
volumes:
|
||||||
|
- esindex-volume:/var/lib/postgresql/data:rw
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
build: ./nginx-ingress
|
build: ./nginx-ingress
|
||||||
@ -85,3 +87,5 @@ volumes:
|
|||||||
driver: local
|
driver: local
|
||||||
apsadmindb-volume:
|
apsadmindb-volume:
|
||||||
driver: local
|
driver: local
|
||||||
|
esindex-volume:
|
||||||
|
driver: local
|
||||||
|
Loading…
x
Reference in New Issue
Block a user