mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 23:04:20 +01:00
rm env and redis
This commit is contained in:
parent
89696dcd9b
commit
6fd404fc88
2 changed files with 5 additions and 31 deletions
2
wien_talks/wien_talks_server/.gitignore
vendored
2
wien_talks/wien_talks_server/.gitignore
vendored
|
|
@ -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
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue