-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
19 lines (19 loc) · 911 Bytes
/
docker-compose.yml
File metadata and controls
19 lines (19 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
services:
assetry:
image: syhily/assetry
build:
context: .
ports:
- "8080:8080"
- "8081:8081"
- "8082:8082"
volumes:
- "./lib/resty/assetry.lua:/usr/local/openresty/site/lualib/resty/assetry.lua"
- "./lib/resty/assetry_http.lua:/usr/local/openresty/site/lualib/resty/assetry_http.lua"
- "./lib/resty/assetry_params.lua:/usr/local/openresty/site/lualib/resty/assetry_params.lua"
- "./lib/resty/assetry_stats.lua:/usr/local/openresty/site/lualib/resty/assetry_stats.lua"
- "./lib/resty/assetry_upload.lua:/usr/local/openresty/site/lualib/resty/assetry_upload.lua"
- "./lib/resty/assetry_util.lua:/usr/local/openresty/site/lualib/resty/assetry_util.lua"
- "./lib/resty/assetry_vips.lua:/usr/local/openresty/site/lualib/resty/assetry_vips.lua"
- "./nginx.conf:/var/run/openresty-assetry/nginx.conf:ro"
- "./data:/data"