1
0
Fork 0

tubearchivist: fix

This commit is contained in:
Daniel Kempkens 2023-05-14 12:55:01 +02:00
parent e34e17bef2
commit c69abbfd85
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 1 additions and 0 deletions

View file

@ -28,6 +28,7 @@
archivist-es = {
image = "docker.io/bbilly1/tubearchivist-es:latest";
ports = [ "127.0.0.1:9200:9200" ];
environmentFiles = [ config.age.secrets.tubearchivist-environment-es.path ];
volumes = [
"/var/lib/tubearchivist/es:/usr/share/elasticsearch/data"