This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2.1' | |
services: | |
watchtower: | |
image: containrrr/watchtower | |
container_name: watchtower | |
volumes: | |
- /var/run/docker.sock:/var/run/docker.sock | |
environment: | |
- TZ=America/Denver | |
- WATCHTOWER_MONITOR_ONLY=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2.1" | |
services: | |
lychee: | |
image: ghcr.io/linuxserver/lychee | |
container_name: lychee | |
environment: | |
- PUID=998 | |
- PGID=100 | |
- TZ=America/Denver |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2" | |
services: | |
adguardhome: | |
image: adguard/adguardhome | |
container_name: adguardhome | |
ports: | |
- 53:53/tcp | |
- 53:53/udp | |
- 67:67/udp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 2 | |
services: | |
transmission-openvpn: | |
volumes: | |
- /srv/dev-disk-by-label-Files/Torrents:/data | |
environment: | |
- OPENVPN_PROVIDER=PIA | |
- OPENVPN_CONFIG=France | |
- OPENVPN_USERNAME=username | |
- OPENVPN_PASSWORD=password |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2.1" | |
services: | |
plex: | |
image: ghcr.io/linuxserver/plex:1.20.4.3517-ab5e1197c-ls124 #:latest causes 100% CPU usage at the time of recording | |
container_name: plex | |
network_mode: host | |
environment: | |
- PUID=998 | |
- PGID=100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2.1" | |
services: | |
plex: | |
image: ghcr.io/linuxserver/plex:1.21.0.3616-d87012962-ls5 | |
container_name: plex | |
network_mode: host | |
environment: | |
- PUID=1000 | |
- PGID=1000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2.1' | |
services: | |
wordpress: | |
image: wordpress | |
restart: always | |
ports: | |
- 84:80 | |
environment: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2.1" | |
services: | |
plex: | |
image: ghcr.io/linuxserver/plex:bionic | |
container_name: plex | |
network_mode: host | |
environment: | |
- PUID=1000 | |
- PGID=1000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: '2' | |
services: | |
openproject: | |
image: openproject/community:11 | |
container_name: openproject | |
ports: | |
- 7070:80 | |
environment: | |
- PUID=998 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: 2 | |
services: | |
docker-telegram-notifier: | |
image: poma/docker-telegram-notifier | |
container_name: docker-telegram-notifier | |
environment: | |
- PUID=998 | |
- PGID=100 | |
- TELEGRAM_NOTIFIER_BOT_TOKEN=1539690693:AAG9OxPJCdMlA0N2KEpR76I2VDFYoGIsM6o |