aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
blob: 829c1e72b130a2995c871c0d81dbe819025c4a59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
services:
  bot:
    restart: "no"
    build: .
    volumes:
      - .:/bot:ro
    tty: true
    env_file:
      - .env
    environment:
      KUBECONFIG: /app/config