mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 23:21:07 +00:00
Update Redis host and PostgreSQL configuration in .env.example and swarm/docmost.yml
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ services:
|
||||
APP_URL: "https://doc.${DOMAIN}"
|
||||
APP_SECRET: ${JWT_SECRET}
|
||||
DATABASE_URL: "postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DATABASE__HOSTNAME}:5432/docmost?schema=public"
|
||||
REDIS_URL: "redis://redis:6379"
|
||||
REDIS_URL: "redis://tasks.redis:6379"
|
||||
expose:
|
||||
- 3000
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user