diff --git a/docker-compose.yaml b/docker-compose.yaml index d3a516a..0edc0dc 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -106,6 +106,8 @@ services: container_name: gfa-status-test volumes: - /opt/webcontent/gfa-status/web:/usr/local/apache2/htdocs/ + - /etc/pki/tls/private/gfa-status-test.psi.ch.key:/usr/local/apache2/conf/server.key + - /etc/pki/tls/certs/gfa-status-test.psi.ch.crt:/usr/local/apache2/conf/server.crt restart: always networks: - backend