version: '2.0' services: ircd: image: geekduck/ngircd:latest ports: - "6667:6667" bot: image: idalius:v0.1 # Uncomment for manually docker-execing the bot for e.g. fast restarts #entrypoint: #- cat #tty: true volumes: - ..:/idalius