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

15 lines
330 B
YAML
Raw Normal View History

2024-04-14 22:56:13 -05:00
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