-
Notifications
You must be signed in to change notification settings - Fork 333
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
chore(repo-structure): Docker images and stacks organized and clarified #9530
Conversation
Do you think the files Edit: if |
Should we create a new |
...parabol-ubi/security/xccdf_org.ssgproject.content_rule_account_disable_post_pw_expiration.sh
Outdated
Show resolved
Hide resolved
… Dockerfile easier to upgrade
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.
Looks good to me. No issues in dev while testing locally.
…related to the image building under docker/images as build is ignored as folder to push (used by the app when building it)
… was not used in production
…ng it around in the future
Description
Deletes all deployment related files that are not used and simplifies that management of all the kept files. This makes it easier to understand how the application can be deployed in different environments and also simplifies how we maintain our repository.
Cleaner things are easier things to maintain.
Important changes
latest
are replaced with specific versions of the applications.Questions
docker/postrgres
? We agreed on keeping pgvector:pg15 for now.Validations
yarn && yarn db:start && yarn dev
with the default.env.example
, following the instructions on theREADME.md
.yarn && yarn build && yarn predeploy && yarn start
with the default.env.example
.