Compare commits
No commits in common. "fd856a44e33ba5d21aacb46d3bc427cca63c258e" and "e6700d19e9bdeb9c201e657f48628ab8f2ac0491" have entirely different histories.
fd856a44e3
...
e6700d19e9
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM caddy:2.8.4-builder-alpine@sha256:1f3201aa7f4f751c2682d51f2097629b580e50e5ab125fcca26cfb27cc93e383 AS builder
|
||||
FROM caddy:2.8.4-builder-alpine@sha256:b822d99b6a3d52a7b9db5e70d4672d27b03b628d8761e2f987a198365bb73850 AS builder
|
||||
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
|
||||
FROM caddy:2.8.4-alpine@sha256:f97df92512fa6d1b58deef4ff8038aa767da289afbbd1d8a8dce3d506f28b8e8
|
||||
FROM caddy:2.8.4-alpine@sha256:896c6fb9e3eae11890f53dc528b8a9be1b4d058f6b7603024feb084fc203c0b4
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
CMD ["caddy", "docker-proxy", "--ingress-networks=caddy"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
example:
|
||||
image: caddy:2.8.4-alpine@sha256:f97df92512fa6d1b58deef4ff8038aa767da289afbbd1d8a8dce3d506f28b8e8
|
||||
image: caddy:2.8.4-alpine@sha256:896c6fb9e3eae11890f53dc528b8a9be1b4d058f6b7603024feb084fc203c0b4
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddy
|
||||
|
|
Loading…
Add table
Reference in a new issue