Compare commits
No commits in common. "55d7b35942c3dffadff1dd4029d689d097567991" and "05b18f14cff295f346969967c4bba1cb3942324d" have entirely different histories.
55d7b35942
...
05b18f14cf
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM caddy:2.7.6-builder-alpine@sha256:fd9d8fc07ef53ffdb2c55e5eaf90f575f0742a80eca6a85d28000ae766838cc2 AS builder
|
||||
FROM caddy:2.7.6-builder-alpine@sha256:cb405ae4773f7c42816238dcb4222ec26913ec75400fe3fbf088a195440a8f82 AS builder
|
||||
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
|
||||
FROM caddy:2.7.6-alpine@sha256:95ce04978787e23e35143d23b8af2fbb6d6de55213b54a2e9ed2dbf8ffe7313c
|
||||
FROM caddy:2.7.6-alpine@sha256:35baf177e2bb199a8f46c3dd5010635fce0958a2df01c14aff2cb5e9cd458492
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
CMD ["caddy", "docker-proxy", "--ingress-networks=caddy"]
|
||||
|
|
|
@ -14,7 +14,7 @@ services:
|
|||
- caddy_data:/data
|
||||
- caddy_config:/config
|
||||
portainer:
|
||||
image: portainer/portainer-ce:2.20.0-alpine@sha256:6719feba5c8098ee958795190a30e8d5210c00c2917aaa7a5793800054d8c2c0
|
||||
image: portainer/portainer-ce:2.19.4-alpine@sha256:214cb7f6c4034420d4f74de81492bf8fddede0677d2f12171955e075ac2ac341
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
caddy: beta.fogtype.com
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
example:
|
||||
image: caddy:2.7.6-alpine@sha256:95ce04978787e23e35143d23b8af2fbb6d6de55213b54a2e9ed2dbf8ffe7313c
|
||||
image: caddy:2.7.6-alpine@sha256:35baf177e2bb199a8f46c3dd5010635fce0958a2df01c14aff2cb5e9cd458492
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddy
|
||||
|
|
Loading…
Add table
Reference in a new issue