-
Notifications
You must be signed in to change notification settings - Fork 858
Modify how UID and GID work in docker-compose.yaml
, update DEVELOPMENT.md
to match
#4897
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
Modify how UID and GID work in docker-compose.yaml
, update DEVELOPMENT.md
to match
#4897
Conversation
docker-compose.yaml
, update DEVELOPMENT.md
to matchdocker-compose.yaml
, update DEVELOPMENT.md
to match
Size Change: -7 B (0%) Total Size: 6.87 MB ℹ️ View Unchanged
|
Ready for review |
docker-compose.yaml
, update DEVELOPMENT.md
to matchdocker-compose.yaml
, update DEVELOPMENT.md
to match
.env-local-docker.example
Outdated
#CV_AUTH0_DOMAIN="<domain_here>" | ||
#CV_AUTH0_CLIENT_ID="<client_id_here>" | ||
#CV_AUTH0_CLIENT_SECRET="<client_secret_here>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you change AUTH0
to FXA
here and further below in the docs as well?
#CV_AUTH0_DOMAIN="<domain_here>" | |
#CV_AUTH0_CLIENT_ID="<client_id_here>" | |
#CV_AUTH0_CLIENT_SECRET="<client_secret_here>" | |
#CV_FXA_DOMAIN="<domain_here>" | |
#CV_FXA_CLIENT_ID="<client_id_here>" | |
#CV_FXA_CLIENT_SECRET="<client_secret_here>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirming changes made in both .env-local-docker.example
and DEVELOPMENT.md
CV_AUTH0*
=> CV_FXA*
. Resolved conflict in DEVELOPMENT.md
- it was from a previous PR where I added a note about linking Issues and PRs.
Ready for re-review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing as always, thanks @moz-kathyreid !
Pull Request Form
Type of Pull Request
docker-compose.yaml
to use defaultGID
andUID
of1000
DEVELOPMENT.md
to be clearer, less error-prone, advise on use ofGID
andUID
Description
This PR reworks
docker-compose.yaml
to changeUID
andGID
, adds comments to.env-local-docker.example
to make it easy to follow, and re-writesDEVELOPMENT.md
to remove references to non-Dockerised setups, and adds information on testing.Questions I have in doing this PR
docker-compose.yaml
, the following ENV vars for MySQL are specified:Two of these are in
.env-docker-local
, two are not. Should they be removed from thedocker-compose.yaml
file and consolidated in.env-local-docker
?CV_FXA_*
variables be included in the.env-local-docker.example
file? Or do we want to direct people to Auth0?Testing approach
.env-local-docker
is linted with https://github.com/dotenv-linter/dotenv-linterdocker compose up
works withdocker-compose.yaml
and.env-local-docker
filesRelated PR (should be reviewed first)
Acknowledging contributors