aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
blob: 738313314d16588f56029b5bdcf3dee864f4f4fe (plain)
1
2
3
4
5
6
7
8
9
10
version: "3"

services:
  pineapple-bot:
    build: "."
    restart: "always"
    volumes:
        - "./requirements.txt:/app/requirements.txt"
        - "./data/samples.txt:/app/samples.txt"