Remove container names

This commit is contained in:
2026-01-26 17:34:58 +00:00
parent 7099ec11a0
commit d91cf74259

View File

@@ -1,7 +1,6 @@
services: services:
velocity: velocity:
image: itzg/mc-proxy:java21-2025.1.0 image: itzg/mc-proxy:java21-2025.1.0
container_name: minecraft_server_velocity
user: 2015:2015 # minecraft_server:minecraft_server user: 2015:2015 # minecraft_server:minecraft_server
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
@@ -62,7 +61,6 @@ services:
bluemap: bluemap:
image: ghcr.io/bluemap-minecraft/bluemap:v5.7 image: ghcr.io/bluemap-minecraft/bluemap:v5.7
container_name: minecraft_server_bluemap
user: 2015:2015 # minecraft_server:minecraft_server user: 2015:2015 # minecraft_server:minecraft_server
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
@@ -89,7 +87,6 @@ services:
paper: paper:
image: itzg/minecraft-server:2025.3.0-java23 image: itzg/minecraft-server:2025.3.0-java23
container_name: minecraft_server_paper
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
init: init:
@@ -189,7 +186,6 @@ services:
fabric: fabric:
image: itzg/minecraft-server:2025.3.0-java23 image: itzg/minecraft-server:2025.3.0-java23
container_name: minecraft_server_fabric
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
init: init:
@@ -304,7 +300,6 @@ services:
luckperms: luckperms:
image: postgres:17.4 image: postgres:17.4
container_name: minecraft_server_luckperms
user: 2015:2015 # minecraft_server:minecraft_server user: 2015:2015 # minecraft_server:minecraft_server
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
@@ -336,7 +331,6 @@ services:
# Helper for dumping sqlite databases during backups # Helper for dumping sqlite databases during backups
sqlite_helper: sqlite_helper:
container_name: minecraft_server_sqlite_helper
image: grepular/sqlite3:3.51.2 image: grepular/sqlite3:3.51.2
user: 0:0 user: 0:0
restart: no restart: no
@@ -347,7 +341,6 @@ services:
- paper_data:/paper_data:ro - paper_data:/paper_data:ro
init: init:
container_name: minecraft_server_init
image: busybox:1.37.0 image: busybox:1.37.0
user: root:root user: root:root
command: /init.sh command: /init.sh
@@ -390,12 +383,12 @@ secrets:
environment: LUCKPERMS_PASSWORD environment: LUCKPERMS_PASSWORD
volumes: volumes:
velocity_data: backups:
bluemap_data: bluemap_data:
bluemap_web:
bluemap_maps: bluemap_maps:
schematics: bluemap_web:
paper_data:
fabric_data: fabric_data:
luckperms_data: luckperms_data:
backups: paper_data:
schematics:
velocity_data: