Skip to content

Commit

Permalink
docker-compose: add autossl config file
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavosbarreto committed Aug 31, 2020
1 parent bed5b23 commit 1b14cb0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-compose.autossl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '3.7'

services:
nginx:
image: valian/docker-nginx-auto-ssl:1.2.0
restart: on-failure
ports:
- 80:80
- 443:443
environment:
ALLOWED_DOMAINS: '${SHELLHUB_DOMAIN}'
SITES: '${SHELLHUB_DOMAIN}=gateway:80'

0 comments on commit 1b14cb0

Please sign in to comment.