14 lines
279 B
YAML
14 lines
279 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
|
|
angie-conv-example-njs:
|
|
container_name: angie-conv-example-njs
|
|
image: docker.io/rockdrilla/angie-conv:v0.0.1
|
|
environment:
|
|
NGX_HTTP_MODULES: 'njs'
|
|
ports:
|
|
- "127.0.0.1:8080:8080"
|
|
volumes:
|
|
- "./site:/angie/site:ro"
|