Skip to content

Docker environment for https://strapi.io/ to build simple RESTful or GraphQL API backends.

Notifications You must be signed in to change notification settings

substringag/strapi.docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Quick start

Step 1. Set up .env

Copy .env_example and save it as .env, edit as you like

Step 2. Pull down the images from the Docker Hub

% docker-compose pull Pulling strapiexample ... done
Pulling mongoexample ... done

Step 3. Run the stack

% docker-compose up -d Creating network "strapi-docker-composer-example_strapi-app-network" with driver "bridge"
Creating volume "strapi-docker-composer-example_strapidata" with default driver
Creating strapiexample ... done
Creating mongoexample ... done

Step 4. Open Backend

http://localhost:1337/admin

References

https://strapi.io/blog/how-to-run-a-strapi-dev-stack-with-docker-compose

About

Docker environment for https://strapi.io/ to build simple RESTful or GraphQL API backends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published