Merge pull request #439 from othrayte/ci-e2e-basic

Automate e2e test of the website (basic)
This commit is contained in:
Yannic Kilcher
2023-01-10 00:23:20 +01:00
committed by GitHub
2 changed files with 44 additions and 0 deletions
+5
View File
@@ -11,6 +11,11 @@ services:
image: sverrirab/sleep
depends_on: [db, webdb, adminer, maildev, backend, redis]
# Used by CI automations.
ci:
image: sverrirab/sleep
depends_on: [db, webdb, maildev, backend, redis, web]
# This DB is for the FastAPI Backend.
db:
image: postgres