No description
- Smarty 58.3%
- Dockerfile 29.7%
- Shell 12%
|
|
||
|---|---|---|
| .woodpecker | ||
| chart | ||
| .env | ||
| Dockerfile | ||
| entrypoint.sh | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
| standard.conf | ||
mednafen-server container and deployment scripts
dockerfile
to build:
docker build . -t mednafen-server:0.5.2 --build-arg SERVER_VER=0.5.2 # or latest version
to run locally:
docker run -p 4046:4046 --env-file=./.env mednafen-server:0.5.2
edit .env as appropriate.
chart
- create a custom values file or modify
chart/values.yaml - run e.g.
helm install [-n namespace] mednafen-server ./chart [-f extra-values.yaml] - open port 4046 on the cluster. if you’re using the community
ingress-nginx, that means adding atcpblock to your ingress deployment (replacingmednafen-svc-namewith the name of theServiceobject in your deployment):tcp: 4046: "namespace/mednafen-svc-name:4046"