Container manifests for soju and gamja
|
||
---|---|---|
gamja | ||
kimchi | ||
soju | ||
.build.yml | ||
.dockerignore | ||
argfile.conf | ||
compose.yaml | ||
LICENSE | ||
README.md |
soju-containers
Container manifests for soju and gamja.
Quick start
docker compose build
docker compose up -d
docker compose exec soju sojuctl user create -username <username> -password <password> -admin
Then connect to http://localhost:8080 and login.
Docker images
codeberg.org/emersion/soju
This image starts a soju instance reading its configuration from /soju-config
.
codeberg.org/emersion/gamja
This image serves the gamja webapp on port 80. By default, gamja will connect
to ws://gamja-backend/socket
. The gamja configuration file can be customized
by mounting /gamja-config.json
.