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.
 
 
docker-ircd/docker-compose.yml

26 lines
563 B

version: "3"
services:
solanum:
build:
context: solanum/
container_name: ${SO_CONTAINER_NAME:-ircd-solanum}
restart: ${SO_RESTART:-unless-stopped}
volumes:
- ${LOCAL_STACK_DIR}/solanum/data:/srv/data
ports:
- 5000:5000
- 6665-6669:6665-6669
- 6697:6697
- 9999:9999
environment:
- TZ=${TZ}
atheme:
build:
context: atheme/
container_name: ${AT_CONTAINER_NAME:-ircd-atheme}
restart: ${AT_RESTART:-unless-stopped}
volumes:
- ${LOCAL_STACK_DIR}/atheme/data:/srv/data