Compare commits
No commits in common. "5ba69c37dd976fe3c7227a61237319515ca559b2" and "223d4969ae58e8f56868196e82c906442b621514" have entirely different histories.
5ba69c37dd
...
223d4969ae
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM caddy:2.7.5-builder-alpine@sha256:a51593964dcf5b43b549589e0e77d0dec7a1c3491fb5054a8e1e93e22505d1a6 AS builder
|
||||
FROM caddy:2.7.5-builder-alpine@sha256:65b9985ff0eb0aed8c0c3aec76d749d1e8854df17ddf3c0b300057a35976b631 AS builder
|
||||
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2
|
||||
FROM caddy:2.7.5-alpine@sha256:bff780b445b10138b0dadc2e844812c9c745323b1d5244b5bcf6353a7d9d0698
|
||||
FROM caddy:2.7.5-alpine@sha256:f1c092da9fcba7a8197cf1065a347d4f0bb67b6dd188985eafaf0a5aec6c9041
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
CMD ["caddy", "docker-proxy", "--ingress-networks=caddy"]
|
||||
|
|
|
@ -13,7 +13,7 @@ services:
|
|||
- caddy_data:/data
|
||||
- caddy_config:/config
|
||||
portainer:
|
||||
image: portainer/portainer-ce:2.19.3-alpine@sha256:a2ed8b6330f766189a3a316f9c888f6d20e2e867e15b86adc9ed2600841b66ba
|
||||
image: portainer/portainer-ce:2.19.1-alpine@sha256:4513a3ba9ab575e9e2fe0dd67574c6904a0753badd138e78a8e6b84b61411222
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
caddy: beta.fogtype.com
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
example:
|
||||
image: caddy:2.7.5-alpine@sha256:bff780b445b10138b0dadc2e844812c9c745323b1d5244b5bcf6353a7d9d0698
|
||||
image: caddy:2.7.5-alpine@sha256:f1c092da9fcba7a8197cf1065a347d4f0bb67b6dd188985eafaf0a5aec6c9041
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddy
|
||||
|
|
Loading…
Add table
Reference in a new issue