added elasticsearch persistence

This commit is contained in:
Brian Long 2023-10-25 19:31:15 -04:00
parent 607590c1dd
commit 32255b7f48

View File

@ -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