Updating server workflows
All checks were successful
Run Socket Server Tests / test (push) Successful in 34s

- trying to get mongo container to work
This commit is contained in:
Logan Cusano
2024-04-07 20:26:47 -04:00
parent 96d9c38425
commit 238fe6a254

View File

@@ -8,7 +8,7 @@ env:
MONGO_INITDB_ROOT_PASSWORD: admin
MONGO_INITDB_DATABASE: drb
SERVER_PORT: 6000
MONGO_URL: "mongodb://127.0.0.1:27017/drb"
MONGO_URL: "mongodb://mongodb:27017/drb"
jobs:
test: