Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docker-compose and docker-compose.debug #90

Merged
merged 6 commits into from
Dec 11, 2024

Conversation

dasito26
Copy link
Contributor

@dasito26 dasito26 commented Oct 17, 2024

In docker-compose.debug.yml

  • Updated init-mongo.sh for this mongo version
  • Fixed Angular freezing while Building
  • Add npm install every start, after mount volume
  • Add disable-host-check for angular to resolve on host

In docker-compose.yml

  • Values ​​changed for angular budgets
  • Added .env file
  • BASE_HREF added in .env for angular base tag in production
  • Adjust apiEndpoint for build in production
  • Fixed copy dist files in public folder

Extras

  • Fixed JWT validation for backend (express)
  • Fixed JWT interceptor in angular
  • Added ID_PROJECT in .env for prefix for docker container
  • Added mongo/init-db.d/init-mongo.sh in .gitattributes for windows users

- Updated init-mongo.sh for this mongo version
- Fixed Angular freezing while Building
- Add npm install every start, after mount volume
- Add disable-host-check for angular to resolve on host
@dasito26 dasito26 changed the title Fix docker compose debug Fix docker-compose and docker-compose.debug Nov 13, 2024
@dasito26 dasito26 force-pushed the bugfix/docker-compose-debug branch from 7e5d462 to 3dcecfc Compare November 13, 2024 18:01
Copy link
Owner

@nitin27may nitin27may left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking Good

@nitin27may nitin27may merged commit b0558e3 into nitin27may:master Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants