17 lines
377 B
YAML
17 lines
377 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
|
|
my-cache:
|
|
container_name: my-cache
|
|
image: docker.io/rockdrilla/angie-conv:v0.0.6
|
|
restart: always
|
|
privileged: true
|
|
stop_grace_period: 15s
|
|
network_mode: host
|
|
volumes:
|
|
- "./conf/image-entry:/image-entry:ro"
|
|
- "./conf/j2cfg:/angie/j2cfg:ro"
|
|
- "./conf/site:/angie/site:ro"
|
|
- "./cache:/angie/my-cache"
|