https://github.com/driftywinds/bymr
Repo to house files for the Backyard Monsters Refitted server docker builds
https://github.com/driftywinds/bymr
Last synced: 11 days ago
JSON representation
Repo to house files for the Backyard Monsters Refitted server docker builds
- Host: GitHub
- URL: https://github.com/driftywinds/bymr
- Owner: driftywinds
- Created: 2024-11-20T05:00:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T04:00:32.000Z (6 months ago)
- Last Synced: 2025-05-08T05:02:50.990Z (16 days ago)
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## An arm64 docker image for the [Backyard Monsters Refitted](https://github.com/bym-refitted/backyard-monsters-refitted) server made by drifty
The BYMR server lets you play the game on your own hosted server instead of the main official ones.
The official docker images do not exist and require building everytime, and I needed one for my Pi, so I cloned the repo and built the image myself. Useful for anyone with an arm64 processor who wants to run the server.
Also available on Docker Hub - [```driftywinds/bymr:latest```](https://hub.docker.com/repository/docker/driftywinds/bymr/general)
How to use: -
1. Clone the original repo.
2. Edit the docker-compose.yml file to fit your needs with regards to ports, volumes and db credentials.
3. Remove the lines corresponding to building the container and write the "image" part of the docker-compose.yml to ```ghcr.io/driftywinds/bymr:latest```.
4. ```docker compose up -d```
You can check logs live with this command: -
```
docker logs -f
```
and the server will be ready to use when you see this in the logs: -
```
██████╗ ██╗ ██╗███╗ ███╗ ██████╗ ███████╗███████╗██╗████████╗████████╗███████╗██████╗
██╔══██╗╚██╗ ██╔╝████╗ ████║ ██╔══██╗██╔════╝██╔════╝██║╚══██╔══╝╚══██╔══╝██╔════╝██╔══██╗
██████╔╝ ╚████╔╝ ██╔████╔██║ ██████╔╝█████╗ █████╗ ██║ ██║ ██║ █████╗ ██║ ██║
██╔══██╗ ╚██╔╝ ██║╚██╔╝██║ ██╔══██╗██╔══╝ ██╔══╝ ██║ ██║ ██║ ██╔══╝ ██║ ██║
██████╔╝ ██║ ██║ ╚═╝ ██║ ██║ ██║███████╗██║ ██║ ██║ ██║ ███████╗██████╔╝
╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═════╝
Server running on: localhost:3001
```