🔧 Simplify scripts and development (#155)
* 🔧 Update scripts and configs * 🔧 Add shebang to script * 🔥 Remove test and dev configs, pass inline * ✨ Add local development dev-link set up * 📝 Update generated docs with refactor * 📝 Add Contributing guide
This commit is contained in:

committed by
GitHub

parent
a7fd258e18
commit
f09fb854bf
@@ -117,12 +117,12 @@ The input variables, with their default values (some auto generated) are:
|
||||
* `pgadmin_default_user_password`: PGAdmin default user password. Generate it with the method above.
|
||||
|
||||
* `traefik_constraint_tag`: The tag to be used by the internal Traefik load balancer (for example, to divide requests between backend and frontend) for production. Used to separate this stack from any other stack you might have. This should identify each stack in each environment (production, staging, etc).
|
||||
* `traefik_constraint_tag_staging`: The Traefik tag to be used while on staging.
|
||||
* `traefik_constraint_tag_staging`: The Traefik tag to be used while on staging.
|
||||
* `traefik_public_constraint_tag`: The tag that should be used by stack services that should communicate with the public.
|
||||
|
||||
* `flower_auth`: Basic HTTP authentication for flower, in the form`user:password`. By default: "`root:changethis`".
|
||||
* `flower_auth`: Basic HTTP authentication for flower, in the form`user:password`. By default: "`admin:changethis`".
|
||||
|
||||
* `sentry_dsn`: Key URL (DSN) of Sentry, for live error reporting. If you are not using it yet, you should, is open source. E.g.: `https://1234abcd:5678ef@sentry.example.com/30`.
|
||||
* `sentry_dsn`: Key URL (DSN) of Sentry, for live error reporting. You can use the open source version or a free account. E.g.: `https://1234abcd:5678ef@sentry.example.com/30`.
|
||||
|
||||
* `docker_image_prefix`: Prefix to use for Docker image names. If you are using GitLab Docker registry it would be based on your code repository. E.g.: `git.example.com/development-team/my-awesome-project/`.
|
||||
* `docker_image_backend`: Docker image name for the backend. By default, it will be based on your Docker image prefix, e.g.: `git.example.com/development-team/my-awesome-project/backend`. And depending on your environment, a different tag will be appended ( `prod`, `stag`, `branch` ). So, the final image names used will be like: `git.example.com/development-team/my-awesome-project/backend:prod`.
|
||||
@@ -141,7 +141,7 @@ After using this generator, your new project (the directory created) will contai
|
||||
|
||||
## Sibling project generators
|
||||
|
||||
* Based on Couchbase: [https://github.com/tiangolo/full-stack-fastapi-couchbase](https://github.com/tiangolo/full-stack-fastapi-couchbase).
|
||||
* Full Stack FastAPI Couchbase: [https://github.com/tiangolo/full-stack-fastapi-couchbase](https://github.com/tiangolo/full-stack-fastapi-couchbase).
|
||||
|
||||
## Release Notes
|
||||
|
||||
|
Reference in New Issue
Block a user