1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

HTTPS support

This commit is contained in:
Maksym Pavlenko
2017-10-24 16:57:59 -07:00
parent 69019d6c01
commit 2c3116ad3c
7 changed files with 167 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ services:
- VIMEO_API_KEY={VIMEO_API_KEY}
- PATREON_CLIENT_ID={PATREON_CLIENT_ID}
- PATREON_SECRET={PATREON_SECRET}
- PATREON_REDIRECT_URL=http://podsync.net/patreon
- PATREON_REDIRECT_URL=https://podsync.net/patreon
- COOKIE_SECRET={COOKIE_SECRET}
ytdl:
image: gcr.io/pod-sync/ytdl:latest
@@ -35,4 +35,12 @@ services:
container_name: nginx
restart: always
ports:
- 80:80
- 80:80
- 443:443
environment:
- TZ=America/Los_Angeles
- LETSENCRYPT=true
- LE_EMAIL=name@example.com
- LE_FQDN=podsync.net,www.podsync.net
volumes:
- /data/ssl:/etc/nginx/ssl