Skip to content

🌈 Strapi app with MariaDB powered by docker-compose

Notifications You must be signed in to change notification settings

kevinadhiguna/strapi-mariadb-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌈 Strapi MariaDB - docker-compose

Strapi app with MariaDB powered by docker-compose.

cyyoung.png


Prerequisites :

You should have docker and docker-compose installed on your computer.


How to Run :

  1. Clone this repository :
git clone https://github.com/kevinadhiguna/strapi-mariadb-docker
  1. Create .env file :
cp .env.example .env

Then please fill the .env file.

  1. Run your app with docker-compose (in detached mode, you will not be seeing logs of your app) :
docker-compose -f strapi-mariadb.yml up -d

If you want to see the logs while running your app, run it with :

docker-compose -f strapi-mariadb.yml up

You can visit your app at http://localhost:1337 in your browser.


Using Strapi with another Database Management System ?

Please feel free to have a look at :

Thank you, have a nice day!


Hello !

About

🌈 Strapi app with MariaDB powered by docker-compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages