mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
e22acf63e9
Also * Adjusted spiget wordings
10 lines
714 B
Markdown
10 lines
714 B
Markdown
This project demonstrates the use of two compose projects, `dbs` and `servers`, where the following capabilities are demonstrated:
|
|
|
|
- Managing databases, such as MariaDB, in its own compose project: `dbs`
|
|
- Using an `.env` file to avoid including user details within the compose file
|
|
- Accessing the database from a separate project, `servers`, via an external network declaration
|
|
- LuckPerms is configured to access the MariaDB instance
|
|
- Isolating the Minecraft server container by purposely **not** declaring port mappings
|
|
- Running Waterfall as a proxy
|
|
- Using configuration mount points to pre-configure Waterfall and the Minecraft server
|
|
- Using Spiget to download plugins, in this case LuckPerms |