Added smb notes and some mc updates

This commit is contained in:
olomana 2023-03-24 04:12:28 +00:00
parent b25f793600
commit e701200f7e
2 changed files with 6 additions and 19 deletions

View File

@ -209,24 +209,11 @@ FIREWALL=Enable
The default port is 8080, but I am using port 8888 via the `WEBUI_PORT=8888` instead due to a port conflict with Traefik.
## Part 3: Reference
## Part 3: SMB (Samba) Server
### Port Map
Created a samba server on a large drive to use as a NAS.
**External**
- 3000 - Grafana
- 8080 - Traefik
- 9000 - Portainer
Followed `https://phoenixnap.com/kb/ubuntu-samba`.
**Grafana Network**
- 995 - Node_Exporter
- 3000 - Grafana
- 9090 - Prometheus

View File

@ -20,7 +20,7 @@ services:
- "25566:25565"
- "9226:9225"
volumes:
- /data/minecraft_creative:/data
- /data/persistent/minecraft_creative:/data
environment:
- TYPE=PAPER
- MEMORY=2G
@ -51,7 +51,7 @@ services:
- "9225:9225"
- "8123:8123"
volumes:
- /data/minecraft_2023:/data
- /data/persistent/minecraft_2023:/data
environment:
- TYPE=PAPER
- MEMORY=4G
@ -82,7 +82,7 @@ services:
ports:
- 2565:2565
volumes:
- /data/minecraft_2023/world:/world
- /data/persistent/minecraft_2023/world:/world
environment:
- RCON_HOST=127.0.0.1
- RCON_PORT=25565