aboutsummaryrefslogtreecommitdiff
blob: 7ba8c2d3dc5a1c22409ee29ff86eacb04f556d94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '3'
services:
  checkin.bot:
    image: "clarkzjw/checkin.bot:latest"
    restart: always
    volumes:
      - "./config.ini:/usr/src/app/config.ini"
      - sqlite3:/usr/src/app/database/
    ports:
      - "8080:8080"

volumes:
    sqlite3:
Powered by cgit v1.2.3 (git 2.41.0)