Skip to content
Snippets Groups Projects
Verified Commit 12b056db authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Enable SSL

parent a0666a35
No related branches found
No related tags found
No related merge requests found
Pipeline #10335 passed
......@@ -2,7 +2,7 @@ image: docker:20.10.9
variables:
DOCKER_TLS_CERTDIR: "/certs"
BUILD_VERSION: p1
BUILD_VERSION: p2
services:
- docker:20.10.9-dind
......
......@@ -16,5 +16,6 @@ RUN set -ex; \
COPY entrypoint.sh entrypoint.sh
ADD mod_auth_mellon.conf /etc/apache2/conf-enabled/mod_auth_mellon.conf
RUN a2ensite default-ssl; a2enmod headers rewrite remoteip ssl
USER www-data
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment