-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ Refactor project generation, discard cookiecutter, use plain git/c…
…lone/fork (#553)
- Loading branch information
Showing
166 changed files
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Update this with your app domain | ||
DOMAIN=localhost | ||
# DOMAIN=local.dockertoolbox.tiangolo.com | ||
# DOMAIN=localhost.tiangolo.com | ||
|
||
STACK_NAME=full-stack-fastapi-postgresql | ||
|
||
TRAEFIK_PUBLIC_NETWORK=traefik-public | ||
TRAEFIK_TAG= | ||
TRAEFIK_PUBLIC_TAG=traefik-public | ||
|
||
# Configure these with your own Docker registry images | ||
DOCKER_IMAGE_BACKEND=backend | ||
DOCKER_IMAGE_CELERYWORKER=celery | ||
DOCKER_IMAGE_FRONTEND=frontend | ||
|
||
# Backend | ||
BACKEND_CORS_ORIGINS= | ||
PROJECT_NAME= | ||
SECRET_KEY=changethis | ||
FIRST_SUPERUSER=[email protected] | ||
FIRST_SUPERUSER_PASSWORD=changethis | ||
SMTP_TLS=True | ||
SMTP_PORT= | ||
SMTP_HOST= | ||
SMTP_USER= | ||
SMTP_PASSWORD= | ||
EMAILS_FROM_EMAIL= | ||
|
||
USERS_OPEN_REGISTRATION=False | ||
|
||
SENTRY_DSN= | ||
|
||
# Flower | ||
FLOWER_BASIC_AUTH= | ||
|
||
# Postgres | ||
POSTGRES_SERVER=db | ||
POSTGRES_USER=postgres | ||
POSTGRES_PASSWORD=changethis | ||
POSTGRES_DB=app | ||
|
||
# PgAdmin | ||
PGADMIN_LISTEN_PORT=5050 | ||
PGADMIN_DEFAULT_EMAIL=[email protected] | ||
PGADMIN_DEFAULT_PASSWORD=changethis |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 3 additions & 4 deletions
7
{{cookiecutter.project_slug}}/frontend/.env → src/frontend/.env
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
VUE_APP_DOMAIN_DEV=localhost | ||
# VUE_APP_DOMAIN_DEV=local.dockertoolbox.tiangolo.com | ||
# VUE_APP_DOMAIN_DEV=localhost.tiangolo.com | ||
# VUE_APP_DOMAIN_DEV=dev.{{cookiecutter.domain_main}} | ||
VUE_APP_DOMAIN_STAG={{cookiecutter.domain_staging}} | ||
VUE_APP_DOMAIN_PROD={{cookiecutter.domain_main}} | ||
VUE_APP_NAME={{cookiecutter.project_name}} | ||
VUE_APP_DOMAIN_STAG= | ||
VUE_APP_DOMAIN_PROD= | ||
VUE_APP_NAME= | ||
VUE_APP_ENV=development | ||
# VUE_APP_ENV=staging | ||
# VUE_APP_ENV=production |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.