Skip to content

Commit

Permalink
back to caddy's stable release (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith authored Nov 10, 2024
2 parents 7bacfb8 + b7035b7 commit 123ca3b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:

caddy:
container_name: caddy
image: caddy:2.9
image: caddy:2.8.4
environment:
- CISO_ASSISTANT_URL=https://localhost:8443
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:

caddy:
container_name: caddy
image: caddy:2.9
image: caddy:2.8.4
restart: unless-stopped
ports:
- 8443:8443
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:

caddy:
container_name: caddy
image: caddy:2.9
image: caddy:2.8.4
environment:
- CISO_ASSISTANT_URL=https://localhost:8443
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-remote-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:

caddy:
container_name: caddy
image: caddy:2.9
image: caddy:2.8.4
restart: unless-stopped
ports:
- 8443:8443
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:

caddy:
container_name: caddy
image: caddy:2.9
image: caddy:2.8.4
environment:
- CISO_ASSISTANT_URL=https://cool-vm:8443
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:

caddy:
container_name: caddy
image: caddy:2.9
image: caddy:2.8.4
environment:
- CISO_ASSISTANT_URL=https://localhost:8443
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion enterprise/docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:

caddy:
container_name: caddy
image: caddy:2.9
image: caddy:2.8.4
environment:
- CISO_ASSISTANT_URL=https://localhost:8443
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion enterprise/docker-compose-pg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:

caddy:
container_name: caddy
image: caddy:2.9
image: caddy:2.8.4
restart: unless-stopped
ports:
- 8443:8443
Expand Down
2 changes: 1 addition & 1 deletion enterprise/docker-compose-remote-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:

caddy:
container_name: caddy
image: caddy:2.9
image: caddy:2.8.4
restart: unless-stopped
ports:
- 8443:8443
Expand Down
2 changes: 1 addition & 1 deletion enterprise/docker-compose-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:

caddy:
container_name: caddy
image: caddy:2.9
image: caddy:2.8.4
environment:
- CISO_ASSISTANT_URL=https://cool-vm:8443
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion enterprise/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:

caddy:
container_name: caddy
image: caddy:2.9
image: caddy:2.8.4
environment:
- CISO_ASSISTANT_URL=https://localhost:9443
depends_on:
Expand Down

0 comments on commit 123ca3b

Please sign in to comment.