Files
Auto-GPT/docker-compose.yml
2023-06-01 23:23:57 +02:00

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"]