Revert "Squashed commit of the following:"

This reverts commit c51022993b.
This commit is contained in:
Barış Soner Uşaklı
2026-02-13 21:45:39 -05:00
parent c51022993b
commit b1e824da25
1934 changed files with 9009 additions and 28775 deletions

View File

@@ -14,7 +14,7 @@ services:
- ./install/docker/setup.json:/usr/src/app/setup.json
postgres:
image: postgres:18.2-alpine
image: postgres:17.4-alpine
restart: unless-stopped
environment:
POSTGRES_USER: nodebb
@@ -24,7 +24,7 @@ services:
- postgres-data:/var/lib/postgresql/data
redis:
image: redis:8.6.0-alpine
image: redis:7.4.2-alpine
restart: unless-stopped
command: ['redis-server', '--appendonly', 'yes', '--loglevel', 'warning']
# command: ["redis-server", "--save", "60", "1", "--loglevel", "warning"] # uncomment if you want to use snapshotting instead of AOF