You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
390 B
15 lines
390 B
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
|
|
|