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