Upscale / Appsmith

0 mi piace
0 forks
1 files
Ultima volta attivo 2 months ago
Appsmith is an open-source, low-code platform to build, deploy, and maintain internal apps.
1 version: "3"
2
3 services:
4 appsmith:
5 image: appsmith/appsmith-ce
6 container_name: appsmith-ce
7 ports:
8 - 80
9 - 443
10 - 9001

maikpeace / Teamspeak

1 mi piace
0 forks
1 files
Ultima volta attivo 2 months ago
TeamSpeak is the number one choice VoIP communication system for Online Gaming / Use created privilege key!
1 version: '3.1'
2 services:
3 teamspeak:
4 image: teamspeak
5 restart: always
6 ports:
7 - 9987:9987/udp
8 - 10011:10011
9 - 30033:30033
10 environment:

Upscale / Penpot

0 mi piace
0 forks
1 files
Ultima volta attivo 2 months ago
Penpot is the Open-Source Design & Prototyping Tool for Product Teams.
1 ---
2 version: "3.5"
3
4 networks:
5 penpot:
6
7 services:
8
9 penpot-frontend:
10 image: "penpotapp/frontend:latest"

MSHorne89 / Plex, TVHeadent, Antennas

2 mi piace
0 forks
1 files
Ultima volta attivo 2 months ago
If you like to set up Live TV in Plex with your own Sat>IP Server (In Hostmode)
1 version: "3"
2 services:
3 plex:
4 image: linuxserver/plex:latest
5 container_name: plex
6 network_mode: host
7 environment:
8 - PUID=1026
9 - PGID=100
10 - TZ=Europe/Berlin

MSHorne89 / AdGuard on macvlan

0 mi piace
0 forks
1 files
Ultima volta attivo 2 months ago
For existing Synology DNS Server + AdGuard Server. AdGuard on macvlan incl. bridge and fully ipv6 support (only for fix ipv6 address)
1 version: "3"
2 services:
3 adguard:
4 image: adguard/adguardhome:latest
5 container_name: adguard
6 volumes:
7 - /volume1/docker/adguard/config:/opt/adguardhome/conf
8 - /volume1/docker/adguard/data:/opt/adguardhome/work/data
9 restart: always
10 networks: