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} command: ${SO_CMD} atheme: build: context: atheme/ container_name: ${AT_CONTAINER_NAME:-ircd-atheme} restart: ${AT_RESTART:-unless-stopped} volumes: - ${LOCAL_STACK_DIR}/atheme/data:/srv/data command: ${AT_CMD} networks: default: