Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
services:
drupal:
image: drupal:latest
image: drupal:latest@sha256:7a93ee9c8bec6a780cc25ec4e1610ae6dde483368db3d5aa0ac477567a645d6b
traefik:
image: traefik:v3
image: traefik:v3@sha256:4299bbed850421258fc5448c2e0e6ad350981d4d335a68de11b92448aedbefe5
command: >-
--entryPoints.http.address=:80
--providers.file.directory=/etc/traefik/dynamic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
archivesspace:
image: archivesspace:latest
traefik:
image: traefik:v3
image: traefik:v3@sha256:4299bbed850421258fc5448c2e0e6ad350981d4d335a68de11b92448aedbefe5
command:
- --entryPoints.web.address=:80
- --providers.file.directory=/etc/traefik/dynamic
Expand Down
4 changes: 2 additions & 2 deletions pkg/healthcheck/testdata/traefik/tls/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
services:
drupal:
image: drupal:latest
image: drupal:latest@sha256:7a93ee9c8bec6a780cc25ec4e1610ae6dde483368db3d5aa0ac477567a645d6b
traefik:
image: traefik:v3
image: traefik:v3@sha256:4299bbed850421258fc5448c2e0e6ad350981d4d335a68de11b92448aedbefe5
command:
- --entryPoints.http.address=:80
- --entryPoints.https.address=:443
Expand Down