1 2 3 4 5 6 7 8 9 10 11 12 13 14
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