Compare commits
10 commits
ffd4418a13
...
e463da2841
Author | SHA1 | Date | |
---|---|---|---|
e463da2841 | |||
441cf6782f | |||
a02fbc76f3 | |||
5ef676bb3c | |||
3b5a5c9911 | |||
fe0a8822ef | |||
183c15c617 | |||
4cc28d89d9 | |||
2c57e76f93 | |||
abf2634154 |
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM caddy:2.8.4-builder-alpine@sha256:7eeb82cc1c2b652e528ec564b148c6480dc83ca16421d72e241b6bed4b963613 AS builder
|
||||
FROM caddy:2.8.4-builder-alpine@sha256:8ed55bbdb3ad29bcb378be71e917446adb83660517f976f0eafd05bd6775cadb AS builder
|
||||
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
|
||||
FROM caddy:2.8.4-alpine@sha256:5d4e02f275d12136a8e0a487e765ce459a00d49e23b543e9cd8190562ec5d27b
|
||||
FROM caddy:2.8.4-alpine@sha256:e97e0e3f8f51be708a9d5fadbbd75e3398c22fc0eecd4b26d48561e3f7daa9eb
|
||||
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.24.0-alpine@sha256:5bc028628ba7b9e72af750739585962cf4ea22736bc6d129388561d73824c83a
|
||||
image: portainer/portainer-ce:2.24.1-alpine@sha256:432d730b97f375e5e34e9d48339d7dfe4a012f1db5d437067f7c91e4c1f35a66
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
caddy: beta.fogtype.com
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
example:
|
||||
image: caddy:2.8.4-alpine@sha256:5d4e02f275d12136a8e0a487e765ce459a00d49e23b543e9cd8190562ec5d27b
|
||||
image: caddy:2.8.4-alpine@sha256:e97e0e3f8f51be708a9d5fadbbd75e3398c22fc0eecd4b26d48561e3f7daa9eb
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddy
|
||||
|
|
Loading…
Add table
Reference in a new issue