/ircdc-compose

Docker Compose setup for ircdc

Primary LanguageShellMIT LicenseMIT

IRCDC Compose

Docker Compose file for quick ircdc setup.

Requirements

Install docker and docker-compose

Fedora:

sudo dnf install -y docker docker-compose

Run

Clone the required repositories:

git clone git@github.com:hekar/ircdc.git
git clone git@github.com:hekar/ircdc-react.git
git clone git@github.com:hekar/ircdc-tui.git
git clone git@github.com:hekar/ircdc-ircd.git
git clone git@github.com:hekar/docker-ircd.git
git clone git@github.com:hekar/node-irc.git
git clone git@github.com:hekar/ircdc-compose.git && cd ircdc-compose

Everything

sudo docker compose up

Only Services

Run only the services required by ircdc. Useful for development environments where you want to run ircdc and/or ircdc-react locally.

This includes:

chmod +x start-services.sh
./start-services.sh

Miscellaneous

LICENSE