pict-rs-aggregator/docker/dev/docker-compose.yml
2020-12-08 16:03:18 -06:00

21 lines
393 B
YAML

version: '3.3'
services:
pictrs:
image: asonix/pictrs:v0.2.6-r0
user: root
restart: always
volumes:
- ./volumes/pictrs:/mnt
picture-aggregator:
build:
context: ../../
dockerfile: docker/dev/Dockerfile
user: root
environment:
- PICTRS_AGGREGATOR_UPSTREAM=http://pictrs:8080
ports:
- "127.0.0.1:8082:8082"
restart: always