abdul / Tailscale using Portainer
0 curtidas
0 bifurcações
1 arquivos
Última atividade
1 | version: "3.9" |
2 | services: |
3 | ts-authkey-test: |
4 | image: tailscale/tailscale:latest |
5 | container_name: ts-authkey |
6 | hostname: authkey |
7 | environment: |
8 | - TS_AUTHKEY=tskey-auth- Generat YoUrOwNKeY at https://login.tailscale.com/admin/settings/keys |
9 | - TS_STATE_DIR=/var/lib/tailscale |
10 | - TS_USERSPACE=false |
abdul / Watchtower notication with gotify
0 curtidas
0 bifurcações
1 arquivos
Última atividade
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 |
abdul / Tdaar-Node.
0 curtidas
0 bifurcações
1 arquivos
Última atividade
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: |
abdul / tautulli using portainer on diffrent port
0 curtidas
0 bifurcações
1 arquivos
Última atividade
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 / Emulatorjs
1 curtidas
0 bifurcações
1 arquivos
Última atividade
The official home of the EmulatorJS project. To play your retro game in your browser :). localIP: 3000
1 | version: '3.3' |
2 | services: |
3 | linuxserver: |
4 | container_name: emulatorjs |
5 | environment: |
6 | - PUID=1026 |
7 | - PGID=1000 |
8 | - TZ=Europe/Stockholm |
9 | - SUBFOLDER=/ |
10 | ports: |
abdul / Docker bench security
0 curtidas
0 bifurcações
1 arquivos
Última atividade
The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.
1 | version: '3' |
2 | |
3 | services: |
4 | docker-bench-security: |
5 | image: docker/docker-bench-security |
6 | container_name: docker-bench-security |
7 | network_mode: host |
8 | pid: host |
9 | user: root |
10 | cap_add: |
Próximo
Anterior