abdul / Emby

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1720359082
Install Emby using Portainer
1 version: "3.9"
2 services:
3 emby:
4 image: linuxserver/emby:latest
5 container_name: Emby
6 mem_limit: 8g
7 cpu_shares: 1024
8 security_opt:
9 - no-new-privileges:true
10 ports:

abdul / Tdaar-Node.

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1712106805
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 / nefarious

1 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1690716327
Web application for automatically downloading TV & Movies
1 version: '3'
2
3 services:
4 nefarious:
5 image: lardbit/nefarious
6 container_name: nefarious
7 ports:
8 - "8008:8000"
9 volumes:
10 - /volume1/docker/nefarious/data:/config

abdul / Databag

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1690713631
A tiny selfhosted federated messenger for the decentralized web.
1 version: '3'
2
3 services:
4 databag:
5 image: balzack/databag:latest
6 ports:
7 - "7000:7000"
8 environment:
9 - ADMIN=YourPassword
10 volumes:

abdul / Emulatorjs

1 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1690304498
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 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1690304152
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:
Новіше Пізніше