chore: run CI test in docker
Tests / build (push) Successful in 7m13s
Tests / test (push) Failing after 9m19s
Tests / lint (push) Successful in 13m33s

This commit is contained in:
2026-08-04 20:28:49 +02:00
parent e262f35b27
commit b60e4aa457
10 changed files with 100 additions and 90 deletions
+3 -3
View File
@@ -13,12 +13,12 @@ jwt {
}
redis {
url = "redis://localhost:6379"
url = "redis://redis:6379"
url = ${?REDIS_URL}
}
postgresql {
url = "jdbc:postgresql://localhost:5432/event-demo"
url = "jdbc:postgresql://postgresql/event-demo"
url = ${?POSTGRESQL_URL}
username = "event-demo"
@@ -29,7 +29,7 @@ postgresql {
}
rabbitmq {
url = "localhost"
url = "rabbitmq"
url = ${?RABBITMQ_URL}
port = "5672"