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

Docker Published to GitHub #13

Merged
merged 15 commits into from
Apr 3, 2024
Merged

Docker Published to GitHub #13

merged 15 commits into from
Apr 3, 2024

Conversation

wilwade
Copy link

@wilwade wilwade commented Apr 2, 2024

Goal

The goal of this PR is to publish docker images to GitHub

Checklist

  • PR Self-Review and Commenting
  • Docs updated
  • Tests added

How To Test the Changes

@wilwade wilwade changed the title Chore/docker Docker Published to GitHub Apr 2, 2024
@@ -1,4 +1,4 @@
SMF_CONFIG_NETWORK="rococo"
SMF_CONFIG_NETWORK="frequencyRococo"
Copy link
Author

Choose a reason for hiding this comment

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

Cleaning up the example to work out of the box

Comment on lines -29 to -34
# Database
SMF_CONFIG_DB_HOST=localhost
SMF_CONFIG_DB_PORT=5432
SMF_CONFIG_DB_USERNAME=postgres
SMF_CONFIG_DB_PASSWORD=postgres
SMF_CONFIG_DB_DATABASE_NAME=faucet
Copy link
Author

Choose a reason for hiding this comment

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

Unused due to switching back to sqlite

Copy link
Author

Choose a reason for hiding this comment

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

Not used

.Get("FAUCET_IGNORE_LIST")
.split(",")
.map((item) => item.replace('"', ""));
const ignoreList = (config.Get("FAUCET_IGNORE_LIST") || "").split(",").map((item) => item.replace('"', ""));
Copy link
Author

Choose a reason for hiding this comment

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

Resolves issues with config not always returning an empty string default.

@wilwade wilwade marked this pull request as ready for review April 2, 2024 18:05
@wilwade wilwade requested a review from aramikm April 2, 2024 18:12
@wilwade wilwade merged commit 9481bd2 into main Apr 3, 2024
5 checks passed
@wilwade wilwade deleted the chore/docker branch April 3, 2024 17:06
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