mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-04 13:27:28 -07:00
Added smb notes and some mc updates
This commit is contained in:
parent
b25f793600
commit
e701200f7e
19
README.md
19
README.md
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user