From 680279f6a2823470b3ed4ce903fc87ffdddcdf7f Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 9 Mar 2025 21:06:06 +0700 Subject: [PATCH] update compose for v0.5.0 --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index bbd11302..e61f674b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,10 +12,10 @@ services: - cache:/cache environment: - ES_URL=http://archivist-es:9200 # needs protocol e.g. http and port - - REDIS_HOST=archivist-redis # don't add protocol + - REDIS_CON=redis://archivist-redis:6379 - HOST_UID=1000 - HOST_GID=1000 - - TA_HOST=tubearchivist.local # set your host name + - TA_HOST=http://tubearchivist.local # set your host name with protocol and port - TA_USERNAME=tubearchivist # your initial TA credentials - TA_PASSWORD=verysecret # your initial TA credentials - ELASTIC_PASSWORD=verysecret # set password for Elasticsearch @@ -30,7 +30,7 @@ services: - archivist-es - archivist-redis archivist-redis: - image: redis/redis-stack-server + image: redis container_name: archivist-redis restart: unless-stopped expose: