2025.04.10_11:30
This commit is contained in:
@ -10,7 +10,7 @@ services:
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- /path/to/data:/config
|
||||
- ./data:/config
|
||||
ports:
|
||||
- 80:80
|
||||
labels:
|
||||
|
16
Docker/gotify/docker-compose.yml
Normal file
16
Docker/gotify/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
gotify:
|
||||
image: gotify/server:latest
|
||||
container_name: gotify
|
||||
environment:
|
||||
- GOTIFY_DEFAULTUSER_PASS=custom
|
||||
- TZ=Europe/Berlin
|
||||
#- GOTIFY_REGISTRATION=false
|
||||
volumes:
|
||||
- "./gotify_data:/app/data"
|
||||
ports:
|
||||
- 8083:8080
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
25
Docker/netbootxyz/docker-compose.yml
Normal file
25
Docker/netbootxyz/docker-compose.yml
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
version: '3.8'
|
||||
services:
|
||||
netbootxyz:
|
||||
image: lscr.io/linuxserver/netbootxyz:latest
|
||||
container_name: netbootxyz
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- MENU_VERSION=1.9.9 #optional
|
||||
- PORT_RANGE=30000:30010 #optional
|
||||
- SUBFOLDER=/ #optional
|
||||
- NGINX_PORT=80 #optional
|
||||
- WEB_APP_PORT=3000 #optional
|
||||
volumes:
|
||||
- ./netbootxyz/config:/config
|
||||
- ./netbootxyz/assets:/assets #optional
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 69:69/udp
|
||||
- 8080:80 #optional
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
13
Docker/uptimekuma/docker-compose.yaml
Normal file
13
Docker/uptimekuma/docker-compose.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
version: '3.8'
|
||||
services:
|
||||
uptimekuma:
|
||||
image: louislam/uptime-kuma:latest
|
||||
container_name: uptime-kuma
|
||||
restart: always
|
||||
volumes:
|
||||
- ./kuma-data:/app/data
|
||||
ports:
|
||||
- 3001:3001
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
18
Docker/yacht/docker-compose.yaml
Normal file
18
Docker/yacht/docker-compose.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
# username admin@yacht.local password pass
|
||||
---
|
||||
version: '3.8'
|
||||
services:
|
||||
yacht:
|
||||
container_name: yacht
|
||||
image: selfhostedpro/yacht:latest
|
||||
volumes:
|
||||
- ./yacht:/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
ports:
|
||||
- 8000:8000
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
|
||||
volumes:
|
||||
yacht:
|
Reference in New Issue
Block a user