CommentJun 21, 2022Can I set url with Javasript or it must be hardcoded or done server-side? Will it affect SEO? < meta property = "og:url" content = {window?.location.href} / >How to add SEO Meta tags in your Next.js apps
CommentApr 24, 2022Interesting method. I don't understand only how do you switch dev and test database urls, I don't see two .env files in your example repo? You don't run tests locally, only in Github Actions?A Better Way To Run Integration Tests With Prisma and PostgresQL
CommentJan 6, 2022Should this use git submodules so that you can version both traefik repo and apps repositories?Docker container management with Traefik v2 and Portainer
CommentDec 31, 2021What about the fact that Next.js needs database connection at container build time? https: //i.postimg. cc/pV7Sg2SF/image .png https: //i.postimg. cc/rp8ZSzDv/image .pngHow To: Deploy Next.js Apps with Docker Containers (Efficiently!)
CommentDec 18, 2021Excellent. Can you compare Traefik to Nginx for this purpose?Docker container management with Traefik v2 and Portainer