2025-11-28 21:00:19 +00:00
|
|
|
services:
|
|
|
|
|
watcharr:
|
|
|
|
|
image: ghcr.io/sbondco/watcharr:latest
|
|
|
|
|
container_name: watcharr
|
2026-04-12 01:53:34 +00:00
|
|
|
#ports:
|
|
|
|
|
# - 3080:3080
|
2025-11-28 21:00:19 +00:00
|
|
|
volumes:
|
|
|
|
|
# Contains all of watcharr data (database & cache)
|
|
|
|
|
- /srv/docker/watcharr/data:/data
|
2026-04-12 01:53:34 +00:00
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
networks:
|
|
|
|
|
default:
|
|
|
|
|
external: true
|
|
|
|
|
name: nginx
|