rename podman_ projects to container_
This commit is contained in:
25
active/container_minecraft/minecraft-compose.yaml
Normal file
25
active/container_minecraft/minecraft-compose.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
services:
|
||||
testcraft:
|
||||
image: gitea.reeseapps.com/services/minecraft:latest
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
- /srv/minecraft/testcraft:/mc_data
|
||||
ports:
|
||||
- 25565:25565
|
||||
environment:
|
||||
- MAX_RAM=4
|
||||
- MIN_RAM=1
|
||||
restart: always
|
||||
nimcraft:
|
||||
image: gitea.reeseapps.com/services/minecraft:latest
|
||||
stdin_open: true
|
||||
tty: true
|
||||
volumes:
|
||||
- /srv/minecraft/nimcraft:/mc_data
|
||||
ports:
|
||||
- 25566:25565
|
||||
environment:
|
||||
- MAX_RAM=4
|
||||
- MIN_RAM=1
|
||||
restart: always
|
||||
Reference in New Issue
Block a user