-
-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docker dev setup and docs #6263
Conversation
I get this error with this PR: tm-migration-1 | PermissionError: [Errno 13] Permission denied: 'logs' |
Part of my problem turned out to be related to the version of docker-compose. With the new version, this branch is much closer to working. The front end comes up, but the backend fails with this message: |
This PR adds a workflow for building docker images in the GH container registry: #6272 |
Since I approved the PR that got swagger working, does this need to be updated to work with that ? |
20f6563
to
a4f371a
Compare
I get this now when testing this PR. 338.4 npm ERR! path /usr/src/app/node_modules/@sentry/cli
|
6c1e487
to
ca0f06e
Compare
As the container names forces container to use the fixed container names, it conflicts if you have multiple tm setup
ca0f06e
to
5b8ab7e
Compare
Quality Gate failedFailed conditions |
@robsavoye can you merge this. |
What this covers?
docker compose up -d --build
without any hassles. closes Build issues with docker-compose #5997docker-compose.override.yml
is replaced withdocker-compose.override.sample.yml
which can be used to override any ports, volume mounts or other docker compose config.docker-compose.override.yml
is now untracked through.gitignore
. This should allow people to have their own setup. closes Improve docker to use alternate ports #6183 & closes Docker-compose fails to work #6232What it Doesn't?
Dockerfile
has issues (optimization, build flow, security & optimizations) that's untouched.ghcr.io/hotosm/tasking-manager/backend:xxxx
image name is used for name sake only. No workflow or image exists.TM_APP_API_URL
set.