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

compose.yaml rough edges #1125

Merged
merged 1 commit into from
Jun 17, 2024
Merged

compose.yaml rough edges #1125

merged 1 commit into from
Jun 17, 2024

Conversation

tgeoghegan
Copy link
Contributor

Addresses some rough edges in compose.yaml:

  • Adds a healthcheck on the postgres service to make startup of dependent schema migrator services more reliable.
  • pair_aggregator would re-run every time docker compose up is run, and fail after the first time. It now drops a file /tmp/done to indicate it has already run to completion.

Part of #1096

Addresses some rough edges in compose.yaml:

- Adds a healthcheck on the postgres service to make startup of
  dependent schema migrator services more reliable.
- `pair_aggregator` would re-run every time `docker compose up` is run,
  and fail after the first time. It now drops a file `/tmp/done` to
  indicate it has already run to completion.

Part of #1096
@tgeoghegan tgeoghegan requested a review from a team as a code owner June 17, 2024 22:19
@tgeoghegan tgeoghegan mentioned this pull request Jun 17, 2024
9 tasks
@tgeoghegan tgeoghegan merged commit 152f352 into main Jun 17, 2024
9 checks passed
@tgeoghegan tgeoghegan deleted the timg/docker-compose-rough-edges branch June 17, 2024 22:34
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