mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-24 17:34:24 +01:00
14 lines
279 B
YAML
14 lines
279 B
YAML
# To boot the app run the following:
|
|
# docker-compose run auto-gpt
|
|
# NOTE: Version 3.9 requires at least docker-compose version 1.29.0 !
|
|
version: "3.9"
|
|
|
|
services:
|
|
auto-gpt:
|
|
build: ./
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./:/app
|
|
profiles: ["exclude-from-up"]
|