1
0
angie-conv-image/doc/examples/ssl/docker-compose.yml

17 lines
376 B
YAML
Raw Permalink Normal View History

2024-11-08 14:19:36 +03:00
version: "3.8"
services:
angie-conv-example-ssl:
container_name: angie-conv-example-ssl
2024-11-08 14:19:37 +03:00
image: docker.io/rockdrilla/angie-conv:v0.0.6
2024-11-08 14:19:36 +03:00
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"