Skip to content

Commit

Permalink
README: Add letsencrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
yongjhih committed Apr 6, 2016
1 parent 859d4f6 commit 834a65b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,17 @@ $ docker run -d \
yongjhih/parse-server:dev
```

### Usage of letsencrypt for parse-dashboard

```sh
USER1=yongjhih \
USER1_PASSWORD=yongjhih \
LETSENCRYPT_EMAIL=yongjhih@example.com \
LETSENCRYPT_HOST=yongjhih.example.com \
VIRTUAL_HOST=yongjhih.example.com \
APP_ID=myAppId MASTER_KEY=myMasterKey docker-compose -f docker-compose-le.yml up
```

### Integration of parse-cloud-code image on GitHub and DockerHub

1. Fork https://github.com/yongjhih/parse-cloud-code
Expand Down

0 comments on commit 834a65b

Please sign in to comment.