♻️ Refactor frontend Docker build setup, use plain NodeJS, use custom Nginx config, fix build for old Vue (#555)

This commit is contained in:
Sebastián Ramírez
2023-11-15 23:02:09 +01:00
committed by GitHub
parent 02223e1e1b
commit fa4ea018c3
3 changed files with 17 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ DOMAIN=localhost
STACK_NAME=full-stack-fastapi-postgresql
TRAEFIK_PUBLIC_NETWORK=traefik-public
TRAEFIK_TAG=
TRAEFIK_TAG=traefik
TRAEFIK_PUBLIC_TAG=traefik-public
# Configure these with your own Docker registry images
@@ -16,7 +16,7 @@ DOCKER_IMAGE_FRONTEND=frontend
# Backend
BACKEND_CORS_ORIGINS="[\"http://localhost\", \"http://localhost:4200\", \"http://localhost:3000\", \"http://localhost:8080\", \"https://localhost\", \"https://localhost:4200\", \"https://localhost:3000\", \"https://localhost:8080\", \"http://local.dockertoolbox.tiangolo.com\", \"http://localhost.tiangolo.com\"]"
PROJECT_NAME=
PROJECT_NAME="Full Stack FastAPI PostgreSQL"
SECRET_KEY=changethis
FIRST_SUPERUSER=admin@example.com
FIRST_SUPERUSER_PASSWORD=changethis