initial commit
This commit is contained in:
15
doc/examples/ssl/docker-compose.yml
Normal file
15
doc/examples/ssl/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
|
||||
angie-conv-example-ssl:
|
||||
container_name: angie-conv-example-ssl
|
||||
image: docker.io/rockdrilla/angie-conv:v0.0.1
|
||||
environment:
|
||||
NGX_HTTP_CONFLOAD: 'ssl'
|
||||
ports:
|
||||
- "127.0.0.1:8443:8443"
|
||||
volumes:
|
||||
- "./site:/angie/site:ro"
|
||||
- "./static:/angie/static:ro"
|
||||
- "./tls:/angie/tls:ro"
|
Reference in New Issue
Block a user