refactor: move http api to a new transport layer
This commit is contained in:
parent
476c4b056f
commit
0448f66ab2
41 changed files with 822 additions and 390 deletions
|
|
@ -15,6 +15,7 @@ RUN --mount=type=cache,target="/cache/go-build" mkdir -p /cache/go-build; make h
|
|||
FROM alpine
|
||||
|
||||
EXPOSE 56714/tcp
|
||||
EXPOSE 56715/tcp
|
||||
WORKDIR /app
|
||||
|
||||
VOLUME /conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue