|
|
@ -3,6 +3,7 @@ version: "2" |
|
|
|
services: |
|
|
|
services: |
|
|
|
nginx-proxy: |
|
|
|
nginx-proxy: |
|
|
|
image: jwilder/nginx-proxy |
|
|
|
image: jwilder/nginx-proxy |
|
|
|
|
|
|
|
restart: always |
|
|
|
ports: |
|
|
|
ports: |
|
|
|
- 80:80 |
|
|
|
- 80:80 |
|
|
|
- 443:443 |
|
|
|
- 443:443 |
|
|
@ -18,6 +19,7 @@ services: |
|
|
|
|
|
|
|
|
|
|
|
nginx-proxy-acme: |
|
|
|
nginx-proxy-acme: |
|
|
|
image: nginxproxy/acme-companion |
|
|
|
image: nginxproxy/acme-companion |
|
|
|
|
|
|
|
restart: always |
|
|
|
volumes_from: |
|
|
|
volumes_from: |
|
|
|
- nginx-proxy |
|
|
|
- nginx-proxy |
|
|
|
volumes: |
|
|
|
volumes: |
|
|
|