Skip to content

Releases: strapi-community/strapi-tool-dockerize

v1.4.1

03 Aug 18:59
Compare
Choose a tag to compare

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

v1.4.0

03 Aug 14:54
Compare
Choose a tag to compare

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)

v1.3.2

03 Aug 12:53
Compare
Choose a tag to compare

1.3.2 (2022-08-03)

Performance Improvements

  • changed multiple files to use detection (afbb38c)

v1.3.1

02 Aug 20:11
Compare
Choose a tag to compare

1.3.1 (2022-08-02)

Bug Fixes

  • database.js: fixes #14 not checking enviroment correctly (45b559b)

v1.3.0

02 Aug 20:00
08212ee
Compare
Choose a tag to compare

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)

v1.2.1

02 Aug 12:03
Compare
Choose a tag to compare

1.2.1 (2022-08-02)

Bug Fixes

  • package.json: fixed an issue where folders where not included (f2ccdcb)

v1.2.0

30 Jul 20:19
2258db3
Compare
Choose a tag to compare

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)

v1.1.0

30 Jul 09:57
Compare
Choose a tag to compare

1.1.0 (2022-07-30)

Features

  • docker-compose.yml: added support for binding public folder (2ec19ef)

v1.0.1

29 Jul 13:29
Compare
Choose a tag to compare

1.0.1 (2022-07-29)

Bug Fixes

  • copyfiles: removed if check to overwrite docker-compose file (928bd7b)

v1.0.0

29 Jul 09:41
Compare
Choose a tag to compare

1.0.0 (2022-07-29)

Features

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