aproxy/docker-compose.yaml

12 lines
258 B
YAML
Raw Normal View History

2022-12-06 03:36:15 +00:00
version: "3.9"
services:
resty:
image: openresty/openresty:1.21.4.1-4-alpine
ports:
- "8696:80"
environment:
- 'LUA_PATH=/?.lua;/aproxy/?.lua'
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
- .:/aproxy:ro