tiangolo / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploying on a machine with nginx

awaisjafar opened this issue · comments

Having a hard time trying to deploy this on a GCP machine that has nginx setup and already serving a couple of websites. Is there a guide that i can follow or do i have to prune the docker-compose files?

Trying to install it on a server with plesk so having a similar issue - I think its because nginx and apache blocking port 443 and 80

Is there a way to let traefik listen on 8081 (secure) and 8080 non secure?