| 1 | version: "3.9" |
| 2 | services: |
| 3 | |
| 4 | # Frontend |
| 5 | jitsi-web: |
| 6 | image: jitsi/web:stable-8960-1 |
| 7 | container_name: jitsi-web |
| 8 | ports: |
| 9 | - 8084:80 |
| 10 | - 4484:443 |
All gists
1
1
1
Last active 4 months ago
A great dashboard that have so many options to combine stats of dockers, all kind of fields of tools like Radarr, Sonar
0
0
1
| 1 | # www.gethomepage.dev |
| 2 | |
| 3 | version: "3.9" |
| 4 | services: |
| 5 | |
| 6 | homepage: |
| 7 | image: ghcr.io/gethomepage/homepage:latest |
| 8 | container_name: homepage |
| 9 | hostname: homepage |
| 10 | restart: always |
0
0
1
| 1 | services: |
| 2 | db: |
| 3 | image: mariadb:10 |
| 4 | command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci |
| 5 | environment: |
| 6 | MYSQL_ROOT_PASSWORD: supersecret |
| 7 | MYSQL_USER: vikunja |
| 8 | MYSQL_PASSWORD: secret |
| 9 | MYSQL_DATABASE: vikunja |
| 10 | volumes: |
0
0
1
| 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: |
Last active 4 months ago
Web application for automatically downloading TV & Movies
1
1
1
| 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 |
Last active 4 months ago
A tiny selfhosted federated messenger for the decentralized web.
0
0
1
| 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: |
Last active 4 months ago
The official home of the EmulatorJS project. To play your retro game in your browser :). localIP: 3000
1
0
1
| 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: |
Last active 4 months ago
The Docker Bench for Security is a script that checks for dozens of common best-practices around deploying Docker containers in production.
0
0
1
| 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: |
Last active 4 months ago
local file sharing in your browser. Inspired by Apple's Airdrop. Create Reverse proxy to local port http//:localhost:81
0
0
1
| 1 | version: "3" |
| 2 | services: |
| 3 | snapdrop: |
| 4 | image: lscr.io/linuxserver/snapdrop:latest |
| 5 | container_name: snapdrop |
| 6 | environment: |
| 7 | - PUID=1024 |
| 8 | - PGID=100 |
| 9 | - TZ=Europe/Stockholm |
| 10 | volumes: |
Last active 4 months ago
awesome tool for quick and easy file transfer between devices; like apple's airdrop but works across all plattforms
1
0
1
| 1 | version: "3" |
| 2 | services: |
| 3 | snapdrop: |
| 4 | image: lscr.io/linuxserver/snapdrop:latest |
| 5 | container_name: snapdrop |
| 6 | environment: |
| 7 | - PUID=133 |
| 8 | - PGID=100 |
| 9 | - TZ=Europe/Berlin |
| 10 | volumes: |