This repository has been archived on 2025-01-14. You can view files and clone it, but cannot push or open issues or pull requests.
messagearr/docker-compose.yaml
2023-09-19 20:19:55 -05:00

13 lines
500 B
YAML

version: '3.3'
services:
messagearr:
ports:
- '4545:4545'
environment:
- TZ=America/Chicago # OPTIONAL: Default is UTC
- RADARR_HOST_URL=http://127.0.0.1:7878 # Change to your radarr host
- RADARR_API_KEY=apikeyhere # Found by navigating to Settings > General
- SMS_SERVICE= # Currently only supporting Telnyx and Twilio
volumes:
- /local/file/path:/data
image: packetparker/messagearr:latest