Compare commits

..

No commits in common. "ae7896a1d48e00087ea31ba96da10fa30085c2eb" and "27f7fbbfc9f06bae82ad5574457a8c9919abf9fe" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
FROM caddy:2.7.4-builder-alpine@sha256:a42356bf71b38af49958c7dc25674a4fc174b597d8d96358c0e3e90227f345a3 AS builder
FROM caddy:2.7.2-builder-alpine@sha256:5bd8ba0e2c8b19c4986e116606100c75ba21579a82fe86cc87e0574f5100c963 AS builder
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
FROM caddy:2.7.4-alpine@sha256:7e01c08308bc94c1ef3e495f0b2ba469d1f7e8d1a4f2caa2fbe189edf48866a6
FROM caddy:2.7.2-alpine@sha256:fa4988bd8dc2df962ba39a1621de3d0aad2c725fbdec99f3ae81f704e818943e
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
CMD ["caddy", "docker-proxy", "--ingress-networks=caddy"]

View file

@ -13,7 +13,7 @@ services:
- caddy_data:/data
- caddy_config:/config
portainer:
image: portainer/portainer-ce:2.19.0-alpine@sha256:8dafd89ecbc33bc7ebc71f71f12d258b5c87bd3928761965571c53ffe8f6fae4
image: portainer/portainer-ce:2.18.4-alpine@sha256:3e61aaee13417b32ef78813ae5e77caf0db92c56df803a7b765b42a110950d69
restart: unless-stopped
labels:
caddy: beta.fogtype.com

View file

@ -1,6 +1,6 @@
services:
example:
image: caddy:2.7.4-alpine@sha256:7e01c08308bc94c1ef3e495f0b2ba469d1f7e8d1a4f2caa2fbe189edf48866a6
image: caddy:2.7.2-alpine@sha256:fa4988bd8dc2df962ba39a1621de3d0aad2c725fbdec99f3ae81f704e818943e
restart: unless-stopped
networks:
- caddy