feat(container): Provide default redis

This commit is contained in:
Nicolai Ort 2024-12-12 17:44:26 +01:00
parent 7c32f1aad2
commit 1c0a9860fa
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
4 changed files with 12 additions and 2 deletions

1
.env
View File

@ -4,6 +4,7 @@ APIKEY=lfk
EVENTNAME=Lauf für Kaya! 2025
CURRENCYSYMBOL=
GOTENBERG_BASEURL=http://localhost:3001
REDIS_ADDR=localhost:6379
CARD_SUBTITLE=Kaya ist cool
CARD_BARCODEFORMAT=ean13

View File

@ -3,3 +3,7 @@ services:
image: gotenberg/gotenberg:8
ports:
- "3001:3000"
redis:
image: docker.dragonflydb.io/dragonflydb/dragonfly
ports:
- "6379:6379"

View File

@ -9,3 +9,7 @@ services:
image: gotenberg/gotenberg:8
ports:
- "3001:3000"
redis:
image: docker.dragonflydb.io/dragonflydb/dragonfly
ports:
- "6379:6379"

View File

@ -4,6 +4,7 @@ APIKEY=lfk
EVENTNAME=Lauf für Kaya! 2025
CURRENCYSYMBOL=
GOTENBERG_BASEURL=http://gotenberg:3000
REDIS_ADDR=redis:6379
CARD_SUBTITLE=Kaya ist cool
CARD_BARCODEFORMAT=ean13