aboutsummaryrefslogtreecommitdiff
path: root/docker/docker-compose.yml
blob: 00c91dafdf3c0fcae4d4306204424af77c5125e7 (plain)
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