diff --git a/.gitignore b/.gitignore index e707b33e..69d60b7a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ lerna-debug.log* /docker-compose-data /docker-data +docker-compose.yaml + # Package /yarn.lock /package-lock.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a864fe5..5da5cdb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * Now when deleting the instance, the data referring to it in mongodb is also deleted * It is now validated if the instance name contains uppercase and special characters * For compatibility reasons, container mode has been removed +* Added docker-compose files example # 1.3.1 (2023-07-20 07:48)