15 lines
No EOL
330 B
YAML
15 lines
No EOL
330 B
YAML
version: "3"
|
|
services:
|
|
minpluto:
|
|
image: quay.io/sudovanilla/minpluto
|
|
pull_policy: always
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./config.json:/minpluto/config.json
|
|
ports:
|
|
- "1930:1930"
|
|
imageproxy:
|
|
ports:
|
|
- 1931:8080
|
|
image: ghcr.io/willnorris/imageproxy
|
|
command: -addr 0.0.0.0:8080 |