aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/docker-compose.yml
blob: c05a326e65f916c5baa2b72a6a8b60237704337e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# To boot the app run the following:
# docker-compose run auto-gpt
version: '3.9'

services:
  auto-gpt:
    build:
      dockerfile: .devcontainer/Dockerfile
      context: ../
    tty: true
    volumes:
      - ../:/workspace/Auto-GPT