Skip to content

Use only core services in default compose file #71

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

Merged
merged 3 commits into from
Apr 16, 2024

Conversation

stanleegoodspeed
Copy link
Collaborator

@stanleegoodspeed stanleegoodspeed commented Apr 15, 2024

Description

When you start the app using /docker-compose.yml, only the following services should be started:

  • nginx
  • frontend
  • backend
  • worker
  • discounts
  • ads-java
  • postgres
  • redis
  • agent

Also a new compose file has been added called docker-compose.pinned.yml which is using the latest pinned images.

For testing, you'll need to regenerate the .env files using the following command to update the ads ports to point to ads-java

cp .env.template .env && cp .env.template ./services/frontend/site/.env.local

Copy link
Collaborator

@arosenkranz arosenkranz left a comment

Choose a reason for hiding this comment

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

LGTM

@arosenkranz arosenkranz merged commit 83da12c into main Apr 16, 2024
@arosenkranz arosenkranz deleted the ccole/compose-file-update branch April 16, 2024 19:42
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.

2 participants