Compare commits
4 Commits
feat/docke
...
v2023.6.29
Author | SHA1 | Date | |
---|---|---|---|
e0d81c061b | |||
440d467938 | |||
f8d33299b9 | |||
6fed6358b2 |
@ -1,4 +1,4 @@
|
|||||||
FROM reg.cadoles.com/proxy_cache/library/golang:1.21.6 AS BUILD
|
FROM golang:1.19 AS BUILD
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y make
|
&& apt-get install -y make
|
||||||
@ -9,7 +9,7 @@ WORKDIR /src
|
|||||||
|
|
||||||
RUN make GORELEASER_ARGS='build --rm-dist --single-target --snapshot' goreleaser
|
RUN make GORELEASER_ARGS='build --rm-dist --single-target --snapshot' goreleaser
|
||||||
|
|
||||||
FROM reg.cadoles.com/proxy_cache/library/busybox:latest AS RUNTIME
|
FROM busybox:latest AS RUNTIME
|
||||||
|
|
||||||
ARG DUMB_INIT_VERSION=1.2.5
|
ARG DUMB_INIT_VERSION=1.2.5
|
||||||
|
|
||||||
@ -27,4 +27,4 @@ EXPOSE 8081
|
|||||||
|
|
||||||
ENTRYPOINT ["/app/bouncer"]
|
ENTRYPOINT ["/app/bouncer"]
|
||||||
|
|
||||||
CMD ["bouncer", "run", "-c", "/etc/bouncer/config.yml"]
|
CMD ["bouncer", "run", "-c", "/etc/bouncer/config.yml"]
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
Vous trouverez ci-dessous la liste des entités "Layer" activables sur vos entité "Proxy":
|
Vous trouverez ci-dessous la liste des entités "Layer" activables sur vos entité "Proxy":
|
||||||
|
|
||||||
- [Queue](./queue) - File d'attente dynamique
|
- [Queue](./queue.md) - File d'attente dynamique
|
@ -24,4 +24,4 @@ Ce layer permet d'ajouter un mécanisme de file d'attente dynamique au proxy ass
|
|||||||
|
|
||||||
### Schéma
|
### Schéma
|
||||||
|
|
||||||
Voir le [schéma JSON](../../../../internal/queue/schema/layer-options.json).
|
Voir le [schéma JSON](../../../../internal/proxy/director/layer/queue/schema/layer-options.json).
|
BIN
misc/logo/bouncer.png
Normal file
BIN
misc/logo/bouncer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user