update CI

This commit is contained in:
Jakub Miazek 2023-07-24 19:23:22 +02:00
parent d2999313d7
commit 37da4715c7

View File

@ -25,8 +25,18 @@ jobs:
PGPASSWORD: secret PGPASSWORD: secret
SQL_URL: postgresql+asyncpg://app-user:secret@localhost:5432/testdb SQL_URL: postgresql+asyncpg://app-user:secret@localhost:5432/testdb
FERNET_KEY: Ms1HSn513x0_4WWFBQ3hYPDGAHpKH_pIseC5WwqyO7M= FERNET_KEY: Ms1HSn513x0_4WWFBQ3hYPDGAHpKH_pIseC5WwqyO7M=
REDIS_HOST: 127.0.0.1
REDIS_PORT: 6379
REDIS_DB: 2
REDIS_URL: "redis://${REDIS_HOST}:${REDIS_PORT}/${REDIS_DB}"
JWT_EXPIRE: 3600
JWT_ALGORITHM: HS256
services: services:
redis:
image: redis:latest
ports:
- 6379:6379
sqldb: sqldb:
image: postgres:14 image: postgres:14
env: env: