kerta1n
e0882955e3
Update docs to use docker compose v2 ( #4471 )
...
* Update setup.md
Change "docker-compose" command to "docker compose" to avoid future issues with running the Docker method (`docker-compose` is v1 and is outdated, is not a recognized command with newer versions of Docker engine)
* Update usage.md
* Update comment in docker-compose.yml
---------
Co-authored-by: Reinier van der Leer <github@pwuts.nl >
2023-07-06 22:11:43 +02:00
Erik Peterson
321edc5e3d
Prevent docker-compose.yml and Dockerfile from being written ( #4761 )
2023-06-26 15:10:38 +02:00
Reinier van der Leer
15c157343d
Remove Redis memory configuration from docker-compose configs
2023-06-01 23:23:57 +02:00
Boostrix
8f3119621c
document that docker-compose 1.29.0 is minimally required ( #3963 )
...
Co-authored-by: Nicholas Tindle <nick@ntindle.com >
2023-05-10 01:01:45 -05:00
Reinier van der Leer
9c60eecce6
Improve docker setup & config ( #1843 )
...
* Improve docker setup & config
* fix(browsing): Selenium needs access to home directory
* fix(docker): allow overriding memory backend settings
* simplify Dockerfile and docker-compose config
* add .dockerignore
* adjust Docker CI with release build type arg
* replace Chrome by Chromium in devcontainer
* update docs
* update bulletin
* use preinstalled chromedriver in web_selenium.py
* update installation.md
* fix code blocks for mkdocs
* fix links to docs
2023-04-24 14:27:53 +01:00
pkqs90
8364426420
docker-compose
2023-04-21 14:18:09 +08:00
Duncan Roosma
d53bd020ea
Update docker-compose.yml
...
Needed to add this to get `docker-compose run auto-gpt` to run successfully
2023-04-15 11:42:12 +02:00
Dino Hensen
d64f866bfa
Convert to python module named autogpt.
...
Also fixed the Dockerfile.
Converting to module makes development easier.
Fixes coverage script in CI and test imports.
2023-04-14 10:27:41 -07:00
Mike Kelly
de2281d824
add docker compose scheduling
2023-04-11 18:05:29 +01:00