Files
docker-stacks/stacks/obby/docker-compose.yml
knight b14015b12f
Some checks failed
Deploy Stacks / deploy-prod (push) Failing after 2s
Deploy Stacks / deploy-dev (push) Has been cancelled
Adjust healthchecks and dev tooling
2026-01-22 14:19:36 -05:00

21 lines
418 B
YAML

---
services:
obsidian:
image: lscr.io/linuxserver/obsidian:latest
container_name: obsidian
labels:
- "com.ghost.tel/stack-type=dev-only"
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
ports:
- 3002:3000
- 3003:3001
shm_size: "1gb"
restart: unless-stopped