version: "3.8" services: angie-conv-example-basic: container_name: angie-conv-example-basic image: docker.io/rockdrilla/angie-conv:v0.0.6 environment: NGX_HTTP_NO_PROXY: 1 ports: - "127.0.0.1:8080:8080" volumes: - "./site:/angie/site:ro" - "./static:/angie/static:ro"