aboutsummaryrefslogblamecommitdiff
blob: 66726c29e861e3bff77984871d95148970ebc58a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                      
version: '3'
services:
  checkinbot:
    build:
        context: .
        dockerfile: Dockerfile
    restart: always
    env_file:
      - .env
    volumes:
      - sqlite3:/usr/src/app/database/

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