mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-08-02 02:30:10 +08:00
[Komodo] fern: Write Compose File: update minecraft/compose.yaml
This commit is contained in:
parent
5d2a8729e6
commit
05471c116d
1 changed files with 16 additions and 0 deletions
|
@ -1,5 +1,21 @@
|
|||
name: minecraft
|
||||
services:
|
||||
crafty-controller:
|
||||
container_name: crafty-contraller
|
||||
image: registry.gitlab.com/crafty-controller/crafty-4:latest
|
||||
restart: always
|
||||
environment:
|
||||
- TZ=Australia/Perth
|
||||
ports:
|
||||
- "8443:8443" # HTTPS
|
||||
- "8123:8123" # DYNMAP
|
||||
volumes:
|
||||
- /home/fern/docker/data/minecraft/crafty-controller/backups:/crafty/backups
|
||||
- /home/fern/docker/data/minecraft/crafty-controller/logs:/crafty/logs
|
||||
- /home/fern/docker/data/minecraft/crafty-controller/servers:/crafty/servers
|
||||
- /home/fern/docker/data/minecraft/crafty-controller/config:/crafty/app/config
|
||||
- /home/fern/docker/data/minecraft/crafty-controller/import:/crafty/import
|
||||
|
||||
minecraft_proxy:
|
||||
image: itzg/mc-proxy
|
||||
container_name: minecraft_proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue