aboutsummaryrefslogtreecommitdiffstats
path: root/docker/bitlbee-purple/docker-compose.yaml
blob: 6a9547e157b029b8beb074dcdc38d2f20928df2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: "3.7"
services:
  bitlbee:
    # image: ezkrg/bitlbee-libpurple
    image: luzifer/bitlbee
    networks:
      - bitlbeenet
    ports:
      - "127.0.0.1:6667:6667"
    restart: unless-stopped
    # this is causing permission issues
    # user: "bitlbee:bitlbee"
    # volumes:
    #   - ./conf:/var/lib/bitlbee
networks:
  bitlbeenet: