Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/app/(marketing)
Submodule (marketing) updated from e3c81e to 5adac6
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ services:
- ./apps/web/.env
environment:
SRH_MODE: env
SRH_TOKEN: ${UPSTASH_REDIS_TOKEN}
SRH_CONNECTION_STRING: "redis://redis:6379" # Using `redis` hostname since they're in the same Docker network.
networks:
- inbox-zero-network
Expand Down
2 changes: 0 additions & 2 deletions packages/cli/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ Full guide: https://docs.getinboxzero.com/self-hosting/microsoft-oauth`,
env.DATABASE_URL = `postgresql://postgres:password@localhost:${postgresPort}/inboxzero`;
env.UPSTASH_REDIS_URL = `http://localhost:${redisPort}`;
env.UPSTASH_REDIS_TOKEN = redisToken;
env.SRH_TOKEN = redisToken;
env.NODE_ENV = "development";
} else {
// Standalone mode: Use Docker network hostnames
Expand All @@ -447,7 +446,6 @@ Full guide: https://docs.getinboxzero.com/self-hosting/microsoft-oauth`,
env.DATABASE_URL = `postgresql://${env.POSTGRES_USER}:${env.POSTGRES_PASSWORD}@db:5432/${env.POSTGRES_DB}`;
env.UPSTASH_REDIS_URL = "http://serverless-redis-http:80";
env.UPSTASH_REDIS_TOKEN = redisToken;
env.SRH_TOKEN = redisToken;
env.NODE_ENV = "production";
}

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.21.19
v2.21.20
Loading