Skip to content

Instantly share code, notes, and snippets.

---
version: '2'
networks:
backend:
driver: bridge
general:
driver: bridge
services:
mediabutler:
container_name: "mediabutler"
@vertig0ne
vertig0ne / radarr.service
Last active April 30, 2018 17:37
Systemd services
[Unit]
Description=Radarr Daemon
After=syslog.target network.target unionfs.service
[Service]
User=radarr
Group=radarr
Type=simple
ExecStart=/usr/bin/mono --debug /opt/Radarr/Radarr.exe -nobrowser
@vertig0ne
vertig0ne / docker-compose.yml
Last active August 21, 2021 03:30
Docker-compose file designed for use on machines which have public ip address
---
networks:
internal:
driver: bridge
driver_opts:
com.docker.network.bridge.host_binding_ipv4: 1.2.3.4
services:
plex:
container_name: plex
environment:
[Unit]
Description=Checks for and uploads files in the staging directory
Wants=minute-timer.timer
AssertPathIsMountPoint=/mnt/media
After=unionfs.service
[Service]
User=vertig0ne
Group=vertig0ne
Type=simple