mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-10-31 17:49:57 +00:00
15 lines
281 B
YAML
15 lines
281 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
pictrs:
|
|
build:
|
|
context: ../../
|
|
dockerfile: docker/dev/Dockerfile
|
|
user: root
|
|
ports:
|
|
- "127.0.0.1:8080:8080"
|
|
restart: always
|
|
environment:
|
|
- PICTRS_PATH=/app/data
|
|
volumes:
|
|
- ./volumes/pictrs:/app/data
|