0.2.6 • Published 5 years ago
docker-strapi-easy v0.2.6
docker-strapi-easy
Easy boilerplate to run an strapi instance that also boots up a global nginx-proxy (jwilder/nginx-proxy) and makes sure it doesn't run more than once on the system (using the docker-nginx-global-proxy npm package).
Installation
yarn create docker-strapi-easy
# ... answer the prompts...
# this will fill up your root project folder with all the files necessary to spin up this docker-strapi-easy npm package
yarn
# to spin up the app
yarn up
# use the -d flag to do this in detached mode
yarn up -d
# to spin down (won't stop the global nginx proxy):
yarn down
# to take down the global nginx proxy:
yarn docker-nginx-global-proxy-down
Top Tips
- Don't use the .dev TLD for local development. It don't work so good.
0.2.6
5 years ago
0.2.5
5 years ago
0.2.4
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.11
5 years ago
0.1.10
5 years ago
0.1.9
5 years ago
0.1.8
5 years ago
0.1.7
5 years ago
0.1.4
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.3
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.1.0
5 years ago
0.0.3
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago