services:
  web:
    build: .
    ports:
      - 8080:8080
    volumes:
      - ./sqlite.db:/app/sqlite.db