rm env and redis

This commit is contained in:
tk 2025-08-16 12:06:10 +02:00
parent 89696dcd9b
commit 6fd404fc88
2 changed files with 5 additions and 31 deletions

View file

@ -13,3 +13,5 @@ config/passwords.yaml
# Firebase service account key for Firebase auth # Firebase service account key for Firebase auth
config/firebase_service_account_key.json config/firebase_service_account_key.json
.env

View file

@ -5,40 +5,12 @@ services:
ports: ports:
- "8090:5432" - "8090:5432"
environment: environment:
POSTGRES_USER: postgres POSTGRES_USER:
POSTGRES_DB: wien_talks POSTGRES_DB:
POSTGRES_PASSWORD: "xiooSw3_x3i8ckjeCzqFHeKKjuv0Wxsv" POSTGRES_PASSWORD:
volumes: volumes:
- wien_talks_data:/var/lib/postgresql/data - wien_talks_data:/var/lib/postgresql/data
redis:
image: redis:6.2.6
ports:
- "8091:6379"
command: redis-server --requirepass "9vM2BNozAdWSFBvhxbh32kIzfXhQpQ-9"
environment:
- REDIS_REPLICATION_MODE=master
# Test services
postgres_test:
image: pgvector/pgvector:pg16
ports:
- "9090:5432"
environment:
POSTGRES_USER: postgres
POSTGRES_DB: wien_talks_test
POSTGRES_PASSWORD: "ZjZXx6_kky5qtz6Uf6X54KvgsjBzanGF"
volumes:
- wien_talks_test_data:/var/lib/postgresql/data
redis_test:
image: redis:6.2.6
ports:
- "9091:6379"
command: redis-server --requirepass "oNl0yIsZCylx162cRkzP3046JbIaycuZ"
environment:
- REDIS_REPLICATION_MODE=master
volumes: volumes:
wien_talks_data: wien_talks_data:
wien_talks_test_data: wien_talks_test_data: