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

Updater docker-compose.yaml #442

Merged
merged 1 commit into from
Mar 27, 2022
Merged

Conversation

bitshape
Copy link
Contributor

Description

  • Updating example config path as they changed if the Docker image is built with ko
  • Removing healthcheck example commands as they won't work for ko images anymore

Fixes #439

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

* Updating example config path as they changed if the Docker image is
  built with `ko`
* Removing healthcheck example commands as they won't work for `ko`
  images anymore
@arriven arriven merged commit 9319c18 into arriven:main Mar 27, 2022
environment:
UPDATER_DESTINATION_CONFIG: "config/config.json"
UPDATER_DESTINATION_CONFIG: "/ko-app/config/config.json"
UPDATER_MODE: true

Choose a reason for hiding this comment

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

UPDATER_MODE: "true"

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.

Updater dont work in docker-compose
3 participants