darky388 / Xibo with sql server in other server
0 likes
0 forks
1 files
Last active
1 | version: "3.9" |
2 | |
3 | services: |
4 | xibo-cms: |
5 | image: xibosignage/xibo-cms:latest |
6 | container_name: xibo-cms |
7 | ports: |
8 | - "65501:80" |
9 | environment: |
10 | - MYSQL_HOST=IP of your sql database |
abdul / Watchtower notication with gotify
0 likes
0 forks
1 files
Last active
Enable notifications for Watchtower using gotify
1 | version: "3.9" |
2 | services: |
3 | watchtower: |
4 | image: containrrr/watchtower:latest |
5 | container_name: WATCHTOWER |
6 | hostname: watchtower |
7 | networks: |
8 | - prometheus-net |
9 | mem_limit: 128m |
10 | mem_reservation: 50m |
bertrand / portainer-backup
1 likes
0 forks
1 files
Last active
Backup your portainer config and associated stack files
1 | version: "3.9" |
2 | services: |
3 | backup: |
4 | container_name: portainer-backup |
5 | image: savagesoftware/portainer-backup:latest |
6 | environment: |
7 | TZ: Europe/Paris |
8 | PUID: 1028 |
9 | PGID: 100 |
10 | PORTAINER_BACKUP_URL: "http://<IP FOR THE NAS>:9000" # To be replaced by the IP of your NAS |
abdul / tautulli using portainer on diffrent port
0 likes
0 forks
1 files
Last active
Just edited the port to 8188
1 | version: "3.9" |
2 | services: |
3 | tautulli: |
4 | image: ghcr.io/tautulli/tautulli |
5 | hostname: tautulli |
6 | ports: |
7 | - 8188:8181 |
8 | volumes: |
9 | - /volume1/docker/tautulli:/config |
10 | environment: |
abdul / Tdaar-Node.
0 likes
0 forks
1 files
Last active
Tested on Synology, perfect for Linux machines with Nvidia GPU's
1 | version: "3.9" |
2 | services: |
3 | tdarr-node: |
4 | image: ghcr.io/haveagitgat/tdarr_node:latest |
5 | container_name: Tdarr-node |
6 | |
7 | security_opt: |
8 | - no-new-privileges:true |
9 | |
10 | ports: |