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

Update proxy

This commit is contained in:
mxpv
2018-07-05 23:14:47 -07:00
parent 1f11f74302
commit dd252000fb

View File

@ -38,7 +38,7 @@ services:
volumes:
- /data/redis:/data
nginx:
image: gcr.io/pod-sync/nginx:latest
image: umputun/nginx-le:latest
container_name: nginx
restart: always
ports:
@ -47,7 +47,11 @@ services:
environment:
- TZ=America/Los_Angeles
- LETSENCRYPT=true
- LE_EMAIL=name@example.com
- SSL_CERT=podsync.net.crt
- SSL_KEY=podsync.net.key
- SSL_CHAIN_CERT=podsync.net.issuer.crt
- LE_EMAIL=pavlenko.maksym@gmail.com
- LE_FQDN=podsync.net,www.podsync.net
volumes:
- /data/ssl:/etc/nginx/ssl
- /data/podsync.conf:/etc/nginx/service.conf