Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phwissmann committed Jan 13, 2025
1 parent 0b2a113 commit 6f82171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ services:
- "80:80"
- 8080:8080
volumes:
- ${CERTIFICATE_FILE}:/opt/certs/cert_scopem-openem.ethz.ch.pem
- ${CERTIFICATE_KEY_FILE}:/opt/certs/cert_scopem-openem.ethz.ch.key
- ${CERTIFICATE_FILE:-default.pem}:/opt/certs/cert_scopem-openem.ethz.ch.pem
- ${CERTIFICATE_KEY_FILE:-default.key}:/opt/certs/cert_scopem-openem.ethz.ch.key
- "/var/run/docker.sock:/var/run/docker.sock:ro"
labels:
- "traefik.enable=true"
Expand Down

0 comments on commit 6f82171

Please sign in to comment.