Update Redis host and PostgreSQL configuration in .env.example and swarm/docmost.yml

This commit is contained in:
2024-09-13 16:14:56 +08:00
parent 369db072df
commit 08eb39102f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -529,7 +529,7 @@ DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DATABASE__HOSTNA
# PGSSLMODE=disable
# For redis you can either specify an ioredis compatible url like this
REDIS_URL=redis://redis:6379
REDIS_URL=redis://tasks.redis:6379
# or alternatively, if you would like to provide additional connection options,
# use a base64 encoded JSON connection option object. Refer to the ioredis documentation
# for a list of available options.