version: "3" services: catbox: build: context: catbox/ args: - BLD_REPO=${CTB_BLD_REPO:-https://github.com/horgh/catbox.git} - BLD_VER=${CTB_BLD_VER:-master} container_name: ${CTB_CONTAINER_NAME:-ircd-catbox} restart: ${CTB_RESTART:-unless-stopped} volumes: - ${LOCAL_STACK_DIR:-./vol}/catbox/data:/srv/data ports: - 6667:6667