Preliminary dmz-compose

This commit is contained in:
Bradley Bickford 2024-12-09 14:50:33 -05:00
parent 7f6f9acd0b
commit 731712e9c3

12
dmz-compose.yml Normal file
View File

@ -0,0 +1,12 @@
version: "3"
services:
velocity:
image: eclipse-temurin:17
restart: always
ports:
- "25565:25565"
- "19132:19132"
volumes:
- "/velocity:/mnt"
command: ["java", "-Xms64m", "-Xmx1024m", "-jar", "/mnt/velocity.jar"]