strapi-tool-dockerize

Easy add support for docker to your strapi project

MIT License

Downloads
582
Stars
543
Committers
6

Bot releases are hidden (Show)

strapi-tool-dockerize - v1.8.3

Published by Eventyret about 2 years ago

1.8.3 (2022-09-20)

Bug Fixes

  • copyfiles.js: fixed where we only created a single Dockerfile (c228020)
strapi-tool-dockerize - v1.8.2

Published by Eventyret about 2 years ago

1.8.2 (2022-09-16)

Bug Fixes

  • questions.js: fixed spelling mistakes (819e44f)
strapi-tool-dockerize - v1.8.1

Published by Eventyret about 2 years ago

1.8.1 (2022-09-09)

Bug Fixes

  • copyfiles: fixed where we created a .prod file (0269613)
  • questions.js: fixed spelling mistake thanks to @blackkspydo #26 (a3147c5)
  • reset.js: fixed where we did not cleanup everything (a4ef443)
strapi-tool-dockerize - v1.8.0

Published by Eventyret about 2 years ago

1.8.0 (2022-09-08)

Features

  • questions.js: added ability to create custom enviromentx (7923b00)
  • questions: if we are using docker-compose we will ask for the name of the project (8a7e72b)
strapi-tool-dockerize - v1.7.1

Published by Eventyret about 2 years ago

1.7.1 (2022-08-10)

Bug Fixes

  • .dockerignore: removed public/uploads as it's needed for builds and strapi standup (c5816be)
strapi-tool-dockerize - v1.7.0

Published by Eventyret about 2 years ago

1.7.0 (2022-08-09)

Features

  • reset.js: added ability to reset the project (4f7d9b4)
strapi-tool-dockerize - v1.6.1

Published by Eventyret about 2 years ago

1.6.1 (2022-08-09)

Bug Fixes

  • .dockerignore: added public/uploads to ignore as we do not need it (9aa3268), closes re#23
  • quickstart.js, cli.js: fixed some issues with the cli where it did not accept inputs (72b66e7), closes #22
strapi-tool-dockerize - v1.6.0

Published by Eventyret about 2 years ago

1.6.0 (2022-08-08)

Features

  • quickstart.js: added ability to use quickstart and the new keyword (7be0c7b)

Performance Improvements

  • env: changed how env is using the config, made it more speedier πŸš€ (90a383c)
strapi-tool-dockerize - v1.5.0

Published by Eventyret about 2 years ago

1.5.0 (2022-08-06)

Features

  • refactored multiple files to use newer JS styles (6be5a9d)

Performance Improvements

  • config.js: added a way to use global config to set/get for more speed πŸš€ (1594fbe), closes #19
strapi-tool-dockerize - v1.4.2

Published by Eventyret about 2 years ago

1.4.2 (2022-08-04)

Bug Fixes

  • bugreport.js: fixed wording for template report (3713252)
strapi-tool-dockerize - v1.4.1

Published by Eventyret about 2 years ago

1.4.1 (2022-08-03)

Bug Fixes

  • detection.js: seems there was a generateError that had snuck in 🫒 where it shiould not been (c709fe5), closes #17
strapi-tool-dockerize - v1.4.0

Published by Eventyret about 2 years ago

1.4.0 (2022-08-03)

Bug Fixes

  • fixed some bugs where it would report errors where it should not do so (383a215)

Features

  • env.js: we are now updating all variables for the user instead of throw a warning (d437612)
  • questions.js: user can now choose a database host (7f71a0f)
strapi-tool-dockerize - v1.3.2

Published by Eventyret about 2 years ago

1.3.2 (2022-08-03)

Performance Improvements

  • changed multiple files to use detection (afbb38c)
strapi-tool-dockerize - v1.3.1

Published by Eventyret about 2 years ago

1.3.1 (2022-08-02)

Bug Fixes

  • database.js: fixes #14 not checking enviroment correctly (45b559b)
strapi-tool-dockerize - v1.3.0

Published by Eventyret about 2 years ago

1.3.0 (2022-08-02)

Bug Fixes

  • env.js: fixed a bug when selecting both would give the wrong value (84409df)

Features

  • dockerfile: production version now available (551f1c6)
  • questions.js: now asking the user if they want dev or production dockerfile (04e273f)
  • utils.js: settings env so we can easy find out what was selected (a6bc7fc)
strapi-tool-dockerize - v1.2.1

Published by Eventyret about 2 years ago

1.2.1 (2022-08-02)

Bug Fixes

  • package.json: fixed an issue where folders where not included (f2ccdcb)
strapi-tool-dockerize - v1.2.0

Published by Eventyret about 2 years ago

1.2.0 (2022-07-30)

Bug Fixes

  • docker-compose.yml: changed from public to public/uploads (eccd975)
  • env.js: fixed spelling and formatting (3b9b811)

Features

  • creating enviromental file for user (5110ebb), closes #11
  • dockerfile: changed to smaller image now using alpine (3d0aad7)
strapi-tool-dockerize - v1.1.0

Published by Eventyret about 2 years ago

1.1.0 (2022-07-30)

Features

  • docker-compose.yml: added support for binding public folder (2ec19ef)
strapi-tool-dockerize - v1.0.1

Published by Eventyret about 2 years ago

1.0.1 (2022-07-29)

Bug Fixes

  • copyfiles: removed if check to overwrite docker-compose file (928bd7b)
strapi-tool-dockerize - v1.0.0

Published by Eventyret about 2 years ago

1.0.0 (2022-07-29)

Features

  • core: added automation of publish packages (aa4bf4e)
  • core: Added typescript support(46be77b)