AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

Docker and docker compose tweaks

Open katmai opened this issue 2 years ago • 1 comments

Background

Small quality of life change. Moved the Dockerfile and docker-compose to .templates so that people can adjust the stuff locally without override on update.

Changes

moved Dockerfile and docker-compose.yml to Dockerfile.template and docker-compose.yml.template updated readme to reflect the new instructions

Documentation

Test Plan

PR Quality Checklist

  • [x] My pull request is atomic and focuses on a single change.
  • [x] I have thoroughly tested my changes with multiple different prompts.
  • [x] I have considered potential risks and mitigations for my changes.
  • [x] I have documented my changes clearly and comprehensively.
  • [x] I have not snuck in any "extra" small tweaks changes

katmai avatar Apr 24 '23 11:04 katmai

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

github-actions[bot] avatar Apr 24 '23 13:04 github-actions[bot]

People can also just run docker-compose -f my-docker-compose.yml [command] or docker build -f MyDockerfile . if they want to customize. :)

Pwuts avatar Apr 26 '23 11:04 Pwuts