17 lines
376 B
YAML
17 lines
376 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
|
|
angie-conv-example-ssl:
|
|
container_name: angie-conv-example-ssl
|
|
image: docker.io/rockdrilla/angie-conv:v0.0.6
|
|
environment:
|
|
NGX_HTTP_NO_PROXY: 1
|
|
NGX_HTTP_CONFLOAD: 'ssl v2'
|
|
ports:
|
|
- "127.0.0.1:8443:8443"
|
|
volumes:
|
|
- "./site:/angie/site:ro"
|
|
- "./static:/angie/static:ro"
|
|
- "./tls:/angie/tls:ro"
|