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

18 lines
338 B
YAML

version: '3.3'
services:
pictrs:
build:
context: ../../
dockerfile: docker/dev/Dockerfile
args:
UID: "${USER_ID:-1000}"
GID: "${GROUP_ID:-1000}"
ports:
- "127.0.0.1:8080:8080"
restart: always
environment:
- PICTRS_PATH=/app/data
volumes:
- ./volumes/pictrs:/mnt