pict-rs-proxy/docker/prod/docker-compose.yml
asonix 24e034c742
Some checks failed
/ clippy (push) Successful in 1m13s
/ check (armv7-unknown-linux-musleabihf) (push) Waiting to run
/ check (x86_64-unknown-linux-musl) (push) Waiting to run
/ tests (push) Has been cancelled
/ check (aarch64-unknown-linux-musl) (push) Has been cancelled
Add forgejo dockerfile
2024-02-11 14:52:32 -06:00

17 lines
300 B
YAML

version: '3.3'
services:
pictrs:
image: asonix/pictrs:latest
restart: always
volumes:
- ./volumes/pictrs:/mnt
pictrs-proxy:
image: asonix/pictrs-proxy:0.3
ports:
- "8081:8081"
restart: always
environment:
- PICTRS_PROXY_UPSTREAM=http://pictrs:8080