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 EVENTNAME=Lauf für Kaya! 2025
CURRENCYSYMBOL= CURRENCYSYMBOL=
GOTENBERG_BASEURL=http://localhost:3001 GOTENBERG_BASEURL=http://localhost:3001
REDIS_ADDR=localhost:6379
CARD_SUBTITLE=Kaya ist cool CARD_SUBTITLE=Kaya ist cool
CARD_BARCODEFORMAT=ean13 CARD_BARCODEFORMAT=ean13

View File

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

View File

@ -8,4 +8,8 @@ services:
gotenberg: gotenberg:
image: gotenberg/gotenberg:8 image: gotenberg/gotenberg:8
ports: ports:
- "3001:3000" - "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 EVENTNAME=Lauf für Kaya! 2025
CURRENCYSYMBOL= CURRENCYSYMBOL=
GOTENBERG_BASEURL=http://gotenberg:3000 GOTENBERG_BASEURL=http://gotenberg:3000
REDIS_ADDR=redis:6379
CARD_SUBTITLE=Kaya ist cool CARD_SUBTITLE=Kaya ist cool
CARD_BARCODEFORMAT=ean13 CARD_BARCODEFORMAT=ean13