add minecraft service

This commit is contained in:
Matthew Tran
2023-09-06 11:12:08 +00:00
parent 1685a02f90
commit 2272e874f5
9 changed files with 112 additions and 22 deletions
+6 -12
View File
@@ -1,13 +1,9 @@
# matthewtran.com
Stuff that's deployed on matthewtran.com.
Stuff that's deployed on matthewtran.com. Tested on Ubuntu Server 22.04.3 LTS.
## setup
Tested on Ubuntu Server 22.04.3 LTS.
### port forwarding
Forward the following ports to the server.
| service | port |
@@ -16,14 +12,12 @@ Forward the following ports to the server.
| p2pool | 3333 |
| monerod | 18081 |
| minecraft | 25565 |
| terraria | 7777 |
| wireguard | 51820 |
### build
TODO all of this
```
make
make install # add service that runs on boot
make backup
docker compose build
```
TODO service that runs on boot (and restarts/stops gracefully)
TODO backup script