0.2.6 • Published 4 years ago

docker-strapi-easy v0.2.6

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

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

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.4

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago