Compare commits
No commits in common. "931028cef567943c70c4aa807502a94f10b1e8eb" and "366b5fd605c6a3b88bda58a965927370e002627a" have entirely different histories.
931028cef5
...
366b5fd605
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM caddy:2.8.4-builder-alpine@sha256:ce7d58e2ff641a4268d101c86db79a60d0bcdb6636a25c905c8da9a8a64b77db AS builder
|
||||
FROM caddy:2.8.4-builder-alpine@sha256:d6b8bfa60f9f4ed70368ae6df4da9192d8c6c5a4ed1991cfea6d46880add355d AS builder
|
||||
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
|
||||
FROM caddy:2.8.4-alpine@sha256:268fae1d45736f0588d2212e0bb832645294c937740f263bd3075250b4fb27e5
|
||||
FROM caddy:2.8.4-alpine@sha256:221bcf3be161b0d856bdb7bea76b42386d732d19348f79692404829532d83f4a
|
||||
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.23.0-alpine@sha256:97342cf8a821d64d59880bdede8f45ea9c869fea702dd56128a67d552dc632ab
|
||||
image: portainer/portainer-ce:2.20.3-alpine@sha256:a6f635877e0daa4aa39c1cbf4e73a31b35d342284588fa72fd8a91efb3c6a091
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
caddy: beta.fogtype.com
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
example:
|
||||
image: caddy:2.8.4-alpine@sha256:268fae1d45736f0588d2212e0bb832645294c937740f263bd3075250b4fb27e5
|
||||
image: caddy:2.8.4-alpine@sha256:221bcf3be161b0d856bdb7bea76b42386d732d19348f79692404829532d83f4a
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddy
|
||||
|
|
Loading…
Add table
Reference in a new issue