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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

dasito26
Copy link

@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
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.

1 participant