Compare commits
No commits in common. "82d7e84d198b72e06dc27acee9819bca6d227aec" and "1829890b4099a48df6c5178f40f2c91d7f7ec9a9" have entirely different histories.
82d7e84d19
...
1829890b40
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM caddy:2.7.6-builder-alpine@sha256:1bd8cac07af2bd33d70ca237e3fa5324af77ff08d2868e890ef971eb2c9222b9 AS builder
|
||||
FROM caddy:2.7.6-builder-alpine@sha256:10b0ec6eecfa6fcb8f618cc174adad014016632945f836304a128edc5c36d968 AS builder
|
||||
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
|
||||
FROM caddy:2.7.6-alpine@sha256:2e1d4592f1718bb47645da5a83a846fe19094f18e6c921fdf56d174f05c63213
|
||||
FROM caddy:2.7.6-alpine@sha256:8822ed5bff4b9f6028b25796aeced1d2d7ac111ce2530ed005e9bb0e7e026648
|
||||
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.3-alpine@sha256:a6f635877e0daa4aa39c1cbf4e73a31b35d342284588fa72fd8a91efb3c6a091
|
||||
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:2e1d4592f1718bb47645da5a83a846fe19094f18e6c921fdf56d174f05c63213
|
||||
image: caddy:2.7.6-alpine@sha256:8822ed5bff4b9f6028b25796aeced1d2d7ac111ce2530ed005e9bb0e7e026648
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddy
|
||||
|
|
Loading…
Add table
Reference in a new issue