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

21 lines
393 B
YAML
Raw Normal View History

2020-12-08 21:59:55 +00:00
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