chore: run CI test in docker
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user