docker-compose configuration for carpal service

This commit is contained in:
Arian Nasr
2026-02-20 18:23:49 -05:00
committed by GitHub
commit c0bda8c6c6

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
carpal:
image: peeley/carpal:latest
container_name: carpal
restart: unless-stopped
ports:
- "8008:8008"
volumes:
- ./config/resources:/etc/carpal/resources:ro