From b900573efe24efcfe0a02cf1aedb03446779e429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Garc=C3=ADa=20Isa=C3=ADa?= Date: Wed, 11 Mar 2026 12:26:26 -0300 Subject: [PATCH] Use multi-arch manastech/dockerdev in docs Waj's builds are x86_64-only. See #2400 --- README.md | 2 +- docs/dev-setup-cloud.md | 2 +- docs/dev-setup-local.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a4aa83e6..fc8a0cece 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ You can setup your local environment following different approaches. ### Approach #1: without Verboice nor Nuntium If you don't need to connect to Verboice nor Nuntium, you can move forward with this setup. -1. You need to use [dockerdev](https://github.com/waj/dockerdev) to access the web app at `app.surveda.lvh.me` and ngrok at `ngrok.surveda.lvh.me`. Just follow the project's readme. **WARNING:** You should install `dockerdev` _before_ creating your stack's network in Docker. If you have already run `./dev-setup.sh`, you may want to run `docker compose down -v` to **delete every container, data and other artifacts** from the project and start from scratch _after_ running `dockerdev`. +1. You need to use [dockerdev](https://github.com/manastech/dockerdev) to access the web app at `app.surveda.lvh.me` and ngrok at `ngrok.surveda.lvh.me`. Just follow the project's readme. **WARNING:** You should install `dockerdev` _before_ creating your stack's network in Docker. If you have already run `./dev-setup.sh`, you may want to run `docker compose down -v` to **delete every container, data and other artifacts** from the project and start from scratch _after_ running `dockerdev`. 2. Clone this repository. 3. In the project's root, execute `./dev-setup.sh`. 4. Start the app with `docker compose up`. diff --git a/docs/dev-setup-cloud.md b/docs/dev-setup-cloud.md index ba38bbb20..51dd95d84 100644 --- a/docs/dev-setup-cloud.md +++ b/docs/dev-setup-cloud.md @@ -6,7 +6,7 @@ This guide describes the steps needed to have a development environment that wil * Verboice for making phone calls: https://verboice-stg.instedd.org * Nuntium for sending and receiving https://nuntium-stg.instedd.org -1. Install [dockerdev](https://github.com/waj/dockerdev) +1. Install [dockerdev](https://github.com/manastech/dockerdev) 2. Checkout the project 3. Execute `$ ./dev-setup.sh` 4. `$ docker compose up ngrok` diff --git a/docs/dev-setup-local.md b/docs/dev-setup-local.md index 2683137cc..11088fa11 100644 --- a/docs/dev-setup-local.md +++ b/docs/dev-setup-local.md @@ -10,9 +10,9 @@ They can be used from a [cloud installation](dev-setup-cloud.md) or locally as w ## Setup -### Install [dockerdev](https://github.com/waj/dockerdev) +### Install [dockerdev](https://github.com/manastech/dockerdev) -This isn't necessary, but installing [dockerdev](https://github.com/waj/dockerdev) +This isn't necessary, but installing [dockerdev](https://github.com/manastech/dockerdev) will greatly improve your experience, by using the [`*.lvh.me`](https://nickjanetakis.com/blog/ngrok-lvhme-nipio-a-trilogy-for-local-development-and-testing#lvh-me) domain to access services and for services to talk between themselves.