Enable docker image update notifications
All checks were successful
Deploy / Deploy (push) Successful in 3m3s
All checks were successful
Deploy / Deploy (push) Successful in 3m3s
This commit is contained in:
36
compose.yml
36
compose.yml
@@ -58,6 +58,10 @@ services:
|
|||||||
luckperms:vtXGoeps
|
luckperms:vtXGoeps
|
||||||
signedvelocity:Jp1p9BHR
|
signedvelocity:Jp1p9BHR
|
||||||
velocitab:TTtLPunq
|
velocitab:TTtLPunq
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
bluemap:
|
bluemap:
|
||||||
image: ghcr.io/bluemap-minecraft/bluemap:v5.7
|
image: ghcr.io/bluemap-minecraft/bluemap:v5.7
|
||||||
@@ -84,6 +88,10 @@ services:
|
|||||||
- bluemap_web:/app/web:rw
|
- bluemap_web:/app/web:rw
|
||||||
- bluemap_maps:/app/web/maps:ro
|
- bluemap_maps:/app/web/maps:ro
|
||||||
- ./bluemap/config:/app/config:ro
|
- ./bluemap/config:/app/config:ro
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
paper:
|
paper:
|
||||||
image: itzg/minecraft-server:2025.3.0-java23
|
image: itzg/minecraft-server:2025.3.0-java23
|
||||||
@@ -183,6 +191,10 @@ services:
|
|||||||
stfu-velocity:Y3nJXOQT
|
stfu-velocity:Y3nJXOQT
|
||||||
vaultunlocked:fC53e1Vr
|
vaultunlocked:fC53e1Vr
|
||||||
worldedit:4jRlujfz
|
worldedit:4jRlujfz
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
fabric:
|
fabric:
|
||||||
image: itzg/minecraft-server:2025.3.0-java23
|
image: itzg/minecraft-server:2025.3.0-java23
|
||||||
@@ -298,6 +310,10 @@ services:
|
|||||||
threadtweak:HV6EY0h3
|
threadtweak:HV6EY0h3
|
||||||
vanilla-permissions:7awQNHzw
|
vanilla-permissions:7awQNHzw
|
||||||
worldedit:3TQ8W0Ar
|
worldedit:3TQ8W0Ar
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
luckperms:
|
luckperms:
|
||||||
image: postgres:17.4
|
image: postgres:17.4
|
||||||
@@ -329,6 +345,10 @@ services:
|
|||||||
POSTGRES_USER: luckperms
|
POSTGRES_USER: luckperms
|
||||||
POSTGRES_DB: luckperms
|
POSTGRES_DB: luckperms
|
||||||
PGDATA: /var/lib/postgresql/data/pgdata
|
PGDATA: /var/lib/postgresql/data/pgdata
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
schematics:
|
schematics:
|
||||||
image: registry.leaf.home.kappeh.org/kappeh/minecraft_schematics_web:latest
|
image: registry.leaf.home.kappeh.org/kappeh/minecraft_schematics_web:latest
|
||||||
@@ -345,6 +365,10 @@ services:
|
|||||||
ipv4_address: "10.100.1.7"
|
ipv4_address: "10.100.1.7"
|
||||||
ports:
|
ports:
|
||||||
- 25585:80
|
- 25585:80
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
duplicati:
|
duplicati:
|
||||||
image: duplicati/duplicati:2.2.0.3
|
image: duplicati/duplicati:2.2.0.3
|
||||||
@@ -364,6 +388,10 @@ services:
|
|||||||
- duplicati_data:/data:rw
|
- duplicati_data:/data:rw
|
||||||
- backups:/source:ro
|
- backups:/source:ro
|
||||||
- /mnt/minecraft_server/backups:/dest:rw
|
- /mnt/minecraft_server/backups:/dest:rw
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
# Helper for dumping sqlite databases during backups
|
# Helper for dumping sqlite databases during backups
|
||||||
sqlite_helper:
|
sqlite_helper:
|
||||||
@@ -375,6 +403,10 @@ services:
|
|||||||
- backups:/backups:rw
|
- backups:/backups:rw
|
||||||
- velocity_data:/velocity_data:ro
|
- velocity_data:/velocity_data:ro
|
||||||
- paper_data:/paper_data:ro
|
- paper_data:/paper_data:ro
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
init:
|
init:
|
||||||
image: busybox:1.37.0
|
image: busybox:1.37.0
|
||||||
@@ -398,6 +430,10 @@ services:
|
|||||||
- fabric_data:/fabric_data:rw
|
- fabric_data:/fabric_data:rw
|
||||||
- luckperms_data:/luckperms_data:rw
|
- luckperms_data:/luckperms_data:rw
|
||||||
- duplicati_data:/duplicati_data:rw
|
- duplicati_data:/duplicati_data:rw
|
||||||
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
|
diun.watch_repo: "true"
|
||||||
|
diun.include_tags: "latest"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
minecraft_server_network:
|
minecraft_server_network:
|
||||||
|
|||||||
Reference in New Issue
Block a user