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

16 lines
364 B
YAML
Raw Permalink Normal View History

2024-11-08 14:19:36 +03:00
version: "3.8"
services:
angie-conv-example-static-template:
container_name: angie-conv-example-static-template
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_PROCESS_STATIC: 1
ports:
- "127.0.0.1:8080:8080"
volumes:
- "./site:/angie/site:ro"
- "./static:/angie/static:ro"