Skip to content

Commit b391c82

Browse files
authored
Update README.md (#280)
1 parent 9969bc5 commit b391c82

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ You can obviously mix the order and repeat titles, comments, chats, narrations,
7070

7171
./gradlew build
7272

73-
### Locally in a container
74-
75-
#### Dockerfile
73+
### Locally in a container (Dockerfile)
7674

7775
docker build -t minecraft-storeys-maker .
7876

@@ -89,6 +87,18 @@ If you want to run on a diffenent host then localhost, you'll need to set the fo
8987
storeys_eventBusURL = http://<EXTERNAL-IP>:8080/
9088

9189

90+
### GCP
91+
92+
A _Series N1: f1-micro (1 vCPU, 614 MB memory)_ is too small and crash loops; but
93+
a _Series N1: g1-small (1 vCPU, 1.7 GB memory)_ seems to suffice for 1 or 2 player; otherwise
94+
a _N1 standard_ or
95+
a _e2-medium (2 vCPU, 4 GB memory)_ or more is recommended.
96+
97+
Remember to set the environment variables as above, add a persistent `/data` volume, and create an appropriate firewall rule.
98+
99+
_TODO Cost: $x VM + $y PD + $7 (?) static IP + $z Ingress+Egress = $TBD._
100+
101+
92102
## FAQ
93103

94104
**Seriously, "storeys" (not _"stories"_) Maker, are you mental?** Yeah.. just to avoid any possible confusion with Minecraft Story Mode! ;-)

0 commit comments

Comments
 (0)