Start your postgresql server at 0.0.0.0:5432. Then run:
docker run -e HOST="0.0.0.0"
-e POSTGRES__HOST="host.docker.internal"
-e POSTGRES__USER="<postgres username>"
-e POSTGRES__PASSWORD="<postgres password>"
-p 8080:80 -d buttercrab/web-mighty
Go to localhost:8080 and have fun!
server.toml based from server.sample.tomlnpm i && npm run build./build/bin/servernpm i && npm run build-watch./build/bin/servernpx webpack -w in other terminalFor every change, webpack will rebuild your js code and server will catch changes.
Content type
Image
Digest
Size
38.3 MB
Last updated
about 5 years ago
docker pull buttercrab/web-mighty