Skip to content

Commit

Permalink
Merge pull request #28 from eranchetz/patch-1
Browse files Browse the repository at this point in the history
Fix let's encrypt for Production
  • Loading branch information
antoinegauvain authored Dec 4, 2019
2 parents 42180ab + c852caa commit 0222006
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ run-local: clean build nginx/certs/default.crt
run: clean build
@NGINX_CONF_PATH=$(PWD)/nginx \
STATIC_FILES_PATH=$(PWD)/static \
VIRTUAL_HOST=$(VIRTUAL_HOST) \
LETSENCRYPT_HOST=$(VIRTUAL_HOST) \
LETSENCRYPT_EMAIL=webmaster@$(VIRTUAL_HOST) \
CERT_NAME=$(VIRTUAL_HOST) \
docker-compose up --build -d

logs:
Expand Down

0 comments on commit 0222006

Please sign in to comment.