https://github.com/foxfirecodes/giraffe-server
https://github.com/foxfirecodes/giraffe-server
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/foxfirecodes/giraffe-server
- Owner: foxfirecodes
- Created: 2025-01-03T17:16:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T17:41:18.000Z (about 1 year ago)
- Last Synced: 2025-01-03T18:26:33.463Z (about 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# giraffe-server
> tiny server config for a lil server i call "giraffe" (just for a few friends)
## setup
during first time setup you will want to run `get-env.sh` to initialize `.env` with the appropriate `UID` and `GID` values.
from there, it's just a matter of configuring some optional env vars if you want the Discord bot to work, namely:
## usage
just `docker compose up -d` from within the `giraffe-server` directory to start, `docker compose down` to stop
you can `docker compose attach mc` to access the interactive console. use Ctrl-p Ctrl-q to detach