CommunityScripts/plugins/LocalVisage/docker-compose.yaml
2025-11-12 20:36:52 +02:00

15 lines
293 B
YAML

services:
stash:
image: stashapp/stash:LocalVisage
container_name: stash
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
- "7860:7860"
- "9999:9999"
volumes:
- "./config:/appdata"
- "./data:/data"