Compare commits

..

No commits in common. "2bf6c428cb712aa676ab9a39bc4e555db36ff311" and "9ab87433ee8b4ed1373437b3061731bbb1ccc60b" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
FROM caddy:2.7.6-builder-alpine@sha256:40c952dfeaa2efe4739a8339ef6dde932f342d982aec8cd0df226746ec7b8a23 AS builder
FROM caddy:2.7.5-builder-alpine@sha256:ac31c0d2d6e482ceb3040d3711774a505d4e2136e8e2f2d879cbdd88575d027f AS builder
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
FROM caddy:2.7.6-alpine@sha256:eabac2898cf9fc7dc94d3fb03ac84c9c923aa6cc6f04874937d2f525e0d2f006
FROM caddy:2.7.5-alpine@sha256:9821d1ef822957bf0ac22f9c6e26ad6a3198604f29b3b79194acba7ccaff4532
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.4-alpine@sha256:214cb7f6c4034420d4f74de81492bf8fddede0677d2f12171955e075ac2ac341
image: portainer/portainer-ce:2.19.3-alpine@sha256:a2ed8b6330f766189a3a316f9c888f6d20e2e867e15b86adc9ed2600841b66ba
restart: unless-stopped
labels:
caddy: beta.fogtype.com

View file

@ -1,6 +1,6 @@
services:
example:
image: caddy:2.7.6-alpine@sha256:eabac2898cf9fc7dc94d3fb03ac84c9c923aa6cc6f04874937d2f525e0d2f006
image: caddy:2.7.5-alpine@sha256:9821d1ef822957bf0ac22f9c6e26ad6a3198604f29b3b79194acba7ccaff4532
restart: unless-stopped
networks:
- caddy