mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-01 10:09:57 +00:00
13 lines
242 B
YAML
13 lines
242 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
pictrs:
|
|
image: asonix/pictrs:v0.1.0-r1
|
|
user: root
|
|
ports:
|
|
- "127.0.0.1:8080:8080"
|
|
restart: always
|
|
environment:
|
|
- PICTRS_PATH=/app/data
|
|
volumes:
|
|
- ./volumes/pictrs:/app/data
|