-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [#357] Use docker compose v2 debug debug Add log * Update APP_NAME * Update container name Update container name Update container name * Update container name * Replace app name with hyphen * Use CONTAINERIZED_APP_NAME * Update docker image name * Update docker image * Update APP NAME and using CONTAINERIZED_APP_NAME for testing * Use `eslint.config.mjs` instead of oudated `.eslintignore` * Use `ignores` key instead * Use `APP_NAME` inside docker image
- Loading branch information
1 parent
a63ef25
commit e1afdc2
Showing
15 changed files
with
54 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +0,0 @@ | ||
/node_modules/** | ||
/config/** | ||
/coverage/** | ||
/public/** | ||
/tmp/** | ||
/vendor/** | ||
|
||
/app/assets/builds/** | ||
|
||
/app/javascript/channels/** | ||
/app/javascript/translations/translations.js | ||
|
||
/engines/*/node_modules/** | ||
/engines/*/vendor/** | ||
/engines/*/app/javascript/*/translations/translations.js | ||
|
||
/docker-compose.yml | ||
/docker-compose.test.yml | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
export default { | ||
ignores: [ | ||
"/node_modules/", | ||
"/config/", | ||
"/coverage/", | ||
"/public/", | ||
"/tmp/", | ||
"/vendor/", | ||
"/app/assets/builds/", | ||
"/app/javascript/channels/", | ||
"/app/javascript/translations/translations.js", | ||
"/engines/*/node_modules/", | ||
"/engines/*/vendor/", | ||
"/engines/*/app/javascript/*/translations/translations.js", | ||
"/docker-compose.yml", | ||
"/docker-compose.test.yml" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters