Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
scripta
eScriptorium
Commits
ec004267
Commit
ec004267
authored
Aug 03, 2020
by
Robin Tissot
Browse files
Also copy acme challenge file.
parent
ed022f50
Changes
2
Hide whitespace changes
Inline
Side-by-side
nginx/Dockerfile
View file @
ec004267
...
...
@@ -3,10 +3,11 @@ FROM nginx:1.15.0-alpine
RUN
rm
/etc/nginx/conf.d/default.conf
ARG
NGINX_CONF=nginx.conf
ARG
ACME_FILE
ARG
SSL_CERT
ARG
SSL_KEY
COPY
${NGINX_CONF} /etc/nginx/conf.d/nginx.conf
COPY
${SSL_CERT} /etc/certs/cert.pem
COPY
${SSL_KEY} /etc/certs/key.pem
COPY
${ACME_FILE} /usr/share/nginx/html/
production.yml_example
View file @
ec004267
...
...
@@ -23,6 +23,7 @@ services:
# - NGINX_CONF=ssl.conf
# - SSL_CERT=/etc/letsencrypt/live/$DOMAIN/fullchain.pem
# - SSL_KEY=/etc/letsencrypt/live/$DOMAIN/privkey.pem
# - ACME_FILE=./<some_hash>
flower:
restart: always
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment