added elasticsearch persistence

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

View File

@@ -67,6 +67,8 @@ services:
memlock:
soft: -1
hard: -1
volumes:
- esindex-volume:/var/lib/postgresql/data:rw
proxy:
build: ./nginx-ingress
@@ -85,3 +87,5 @@ volumes:
driver: local
apsadmindb-volume:
driver: local
esindex-volume:
driver: local