blob: 8b756752712ebc943caf21857b4b3de420898d47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|