Commit Graph

7 Commits

Author SHA1 Message Date
Riordan Panayides 5b61f3d949 wip: many changes for deployment
- split out postgres config and read from env
- make ssl optional
- revert to separate dockerfiles
- give tokio enough workers
- allow custom server bind address
- fix warnings
- cargo fmt
2023-05-17 17:11:17 +01:00
dboures a4bf9a35be
refactor: server uses tokio-postgres instead of sqlx 2023-05-14 03:09:12 -05:00
dboures cead78381d
refactor: worker uses tokio-postgres instead of sqlx 2023-05-14 02:15:10 -05:00
dboures 5da3dd3a79
refactor: remove slow rpc call from /tickers 2023-05-07 16:59:00 -05:00
dboures 037afe36dd
feat: add /orderbook route 2023-05-07 16:43:55 -05:00
dboures be1424b1e1
feat: finish /tickers route 2023-05-06 20:06:42 -05:00
dboures 1a08501095
feat: add non-orderbook coingecko routes 2023-05-05 20:41:17 -05:00