Skip to content

Commit

Permalink
Replace upstream caddy with internal pinned version (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
willdollman authored Apr 16, 2024
1 parent 814afb2 commit 831404a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
# https://caddyserver.com/docs/caddyfile
caddy:
container_name: caddy
image: 'index.docker.io/caddy:2.7.6-alpine@sha256:80ca561981768b2c3568cc4bef3d4cd1f11c2a625c806bedeb8453aef98779a0'
image: 'index.docker.io/sourcegraph/caddy:269106_2024-04-15_5.3-d8deee19f4ae@sha256:13b9ee03ca9feba90d83129922f96ee9c1b40064a048b73feac3a334e27c3aa1'
cpus: 4
mem_limit: '4g'
environment:
Expand Down
2 changes: 1 addition & 1 deletion pure-docker/deploy-caddy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ docker run --detach \
-p 0.0.0.0:443:443 \
-v "$VOLUME:/caddy-storage" \
--mount type=bind,source="$(pwd)"/../caddy/builtins/http.Caddyfile,target=/etc/caddy/Caddyfile \
index.docker.io/caddy:2.7.6-alpine@sha256:80ca561981768b2c3568cc4bef3d4cd1f11c2a625c806bedeb8453aef98779a0
index.docker.io/sourcegraph/caddy:269106_2024-04-15_5.3-d8deee19f4ae@sha256:13b9ee03ca9feba90d83129922f96ee9c1b40064a048b73feac3a334e27c3aa1

0 comments on commit 831404a

Please sign in to comment.