Skip to content
Discussion options

You must be logged in to vote

Thanks — and @itxashancode's diagnosis is on the money: a depends_on that references a service not defined in the file (or an unhealthy meilisearch/trivy/openscap/dependency-track) will stop the backend from coming up, and your pasted compose is truncated so that's the likely cause.

A few pointers to get unstuck on current releases:

  • Use the canonical compose from the repo rather than hand-assembling — the maintained docker-compose.yml in the repo root has the full, consistent service set and healthchecks. Diff yours against it.
  • Pin a tagged image, not main-alpine — e.g. artifactkeeper/backend:1.5.4 (and the matching web/chart). main moves and can be mid-change; a lot has been fixed since…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by brandonrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants