fixed typo
Some checks failed
Build and Deploy Backend / Run Linters and Tests (push) Successful in 18s
Build and Deploy Backend / Build and Deploy (push) Failing after 58s

This commit is contained in:
c-d-p
2025-05-01 13:28:52 +02:00
parent 0c2bb5454b
commit 72970780e6
2 changed files with 15 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ services:
REDIS_URL: ${REDIS_URL}
PEPPER: ${PEPPER}
JWT_SECRET_KEY: ${JWT_SECRET_KEY}
GOOGLE_API_KEY: $GOOGLE_API_KEY}
GOOGLE_API_KEY: ${GOOGLE_API_KEY}
expose:
- "8000"
depends_on: