pict-rs-aggregator/docker/prod/docker-compose.yml

19 lines
365 B
YAML
Raw Normal View History

2020-12-08 21:59:55 +00:00
version: '3.3'
services:
pictrs:
image: asonix/pictrs:latest
restart: always
volumes:
- ./volumes/pictrs:/mnt
pictrs-aggregator:
2021-09-06 21:02:45 +00:00
image: asonix/pictrs-aggregator:v0.1.9
2020-12-08 21:59:55 +00:00
ports:
- "8082:8082"
restart: always
environment:
- PICTRS_AGGREGATOR_UPSTREAM=http://pictrs:8080
volumes:
2021-09-06 20:54:19 +00:00
- ./volumes/aggregator:/mnt