Files
DevRunbook-Public/unraid/docker-compose.unraid.yml
DevRunbook release export cfd2804e27
Managed validation / full (push) Successful in 3m18s
Publish DevRunbook source
2026-09-03 04:09:17 +02:00

33 lines
746 B
YAML

services:
postgres:
volumes:
- postgres-data:/var/lib/postgresql/data
web:
volumes:
- operator-content:/operator-content:ro
- artifacts:/artifacts
worker:
volumes:
- operator-content:/operator-content:ro
- artifacts:/artifacts
volumes:
postgres-data:
driver: local
driver_opts:
type: none
o: bind
device: ${UNRAID_APPDATA_ROOT:?Set UNRAID_APPDATA_ROOT}/postgres
operator-content:
driver: local
driver_opts:
type: none
o: bind
device: ${UNRAID_APPDATA_ROOT:?Set UNRAID_APPDATA_ROOT}/content
artifacts:
driver: local
driver_opts:
type: none
o: bind
device: ${UNRAID_APPDATA_ROOT:?Set UNRAID_APPDATA_ROOT}/artifacts