Run server on port 3001 (#687)

* Simplify docker compose file

* Run on port 3001
This commit is contained in:
Sung 2025-10-11 12:41:51 -07:00 committed by GitHub
commit ca5af5e34a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 45 additions and 36 deletions

View file

@ -9,5 +9,5 @@ source "$basePath/pkg/server/.env.test"
set +a
pushd "$basePath"/pkg/e2e
go test --tags "fts5" ./... -p 1
go test --tags "fts5" ./... -p 1 -v -timeout 5m
popd