aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-03-22 22:09:55 -0500
committerParker <contact@pkrm.dev>2024-03-22 22:09:55 -0500
commit237aec245e2a135b848dfd3c8dcf46cb755f08e9 (patch)
tree743fab39fa561139de64a9784078c1e00d85ee43 /docker-compose.yaml
parentbdc5d1fece0b3ee2ac8805ccee07ef93787eeb3e (diff)
Large Overhaul - Jellyfin Temp Accounts
Temporary jellyfin accounts can now be made through messaging. Commands were moved out and into their own files and functions for organization.
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index fdcec68..72f8f31 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -3,12 +3,6 @@ services:
messagearr:
ports:
- '4545:4545'
- environment:
- - TZ=America/Chicago # OPTIONAL: Default is UTC
- - ENABLE_KUMA_NOTIFICATIONS=false # Whether or not to setup UptimeKuma SMS notifications
- - 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:
- /loca/file/path:/data
image: packetparker/messagearr:latest \ No newline at end of file