1
Fork 0
This repository has been archived on 2024-12-04. You can view files and clone it, but cannot push or open issues or pull requests.
MinPluto-Frontend/docker-compose.yml
2024-04-14 23:56:13 -04:00

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