Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmonllor/mc-server-azure
Dockerized Minecraft server monitored with Prometheus and Grafana, deployed in Azure with Terraform, configured with Ansible and defined with Docker Compose
https://github.com/pmonllor/mc-server-azure
Last synced: 11 days ago
JSON representation
Dockerized Minecraft server monitored with Prometheus and Grafana, deployed in Azure with Terraform, configured with Ansible and defined with Docker Compose
- Host: GitHub
- URL: https://github.com/pmonllor/mc-server-azure
- Owner: pmonllor
- Created: 2022-06-05T14:27:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T17:34:18.000Z (over 2 years ago)
- Last Synced: 2024-08-01T03:38:49.295Z (4 months ago)
- Language: HCL
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dockerized Minecraft Server in Azure with monitorization
Dockerized Minecraft server monitored with Prometheus and GrafanaDeployed in Azure with Terraform
Configured with Ansible
Defined with Docker Compose
DDNS with DuckDNS
## How to deploy
You need to be logged in Azure CLIExecute `deploy.sh` script
## Optional
Set your DuckDNS subdomain token inside `./ansible/docker/compose/docker-compose.yml`Install Terraform, Ansible, Docker and Azure CLI with `install.sh`
Azure CLI login with: `read -sp "Azure password: " AZ_PASS && az login -u -p $AZ_PASS`
Change name for the key or admin user inside `deploy.sh`