mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
HTTPS support
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user