update compose for v0.5.0

This commit is contained in:
Simon 2025-03-09 21:06:06 +07:00
parent d4cfb783ef
commit 680279f6a2
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 3 additions and 3 deletions

View File

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