Skip to content

A quick dockerized boilerplate for Nuxt3, StrapiV4, Mysql/Postgres with basic authentication

Notifications You must be signed in to change notification settings

gitamgadtaula/nuxt-strapi-docker-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker, Nuxt3, Strapi and Mysql

We have option to run all 3 stacks in docker but we may want to only run the database in container and run both frontend and strapi locally because it is fast

Running the database

docker-compose pull
docker-compose up db        // to run one image
docker-compose up           // to run all 3 images

Running the frontend

cd frontend
yarn install
yarn dev

Running the backend

cd backend
yarn install
yarn develop

About

A quick dockerized boilerplate for Nuxt3, StrapiV4, Mysql/Postgres with basic authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published