leamsigc
Docker, Traefik, Nuxt, Laravel
Question do you start the container by it self on the VPS ? or do you have all of the service in a single docker-compose file ?
If you have it in a single docker-compose file and the nuxt service is stoped or start using docker and not docker-compose the Traefik service don't notice the service or the mapping of the labels.
Example I have a service
heatmap-contaniner
in the same docker-compose file where I have the Traefik and did docker restart heatmap-container
Traefik couldn't map the label for the container for some reason.10 replies
Nuxt Content in a Nuxt Layers project basic setup help
Here a example https://github.com/leamsigc/nuxt-monorepo-layers
53 replies
Nuxt Content in a Nuxt Layers project basic setup help
Remember that https://content.nuxt.com/docs/getting-started/installation https://content.nuxt.com/docs/getting-started/migration v3 is different from the stackblitz example
53 replies
Nuxt Content in a Nuxt Layers project basic setup help
Here is a example that pick up all md in the content folder
https://github.com/leamsigc/nuxt-better-auth-drizzle/blob/main/content.config.ts
53 replies