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

Dockerize deployment #106

Open
3 tasks
LesnyRumcajs opened this issue Jan 9, 2025 · 1 comment
Open
3 tasks

Dockerize deployment #106

LesnyRumcajs opened this issue Jan 9, 2025 · 1 comment
Assignees

Comments

@LesnyRumcajs
Copy link
Member

LesnyRumcajs commented Jan 9, 2025

Summary

It should be possible to Dockerize the deployment to make it simpler for custom faucets. This would require some changes on the wrangler.toml given the need to parameterize some of the hard-coded values. One could either use environment variables, e.g., for account id and routes or provide it via command-line arguments. Some things might require to create the wrangler file from a template (the need to remove the [durable_objects]) section in case of free accounts. Perhaps there's a better way.

Completion Criteria

  • Deployment is Dockerized
  • The image doesn't contain any sensitive or private information, such as account id or wallet - it must be provided via environment variables.
  • Docker image is used to deploy the service in the CD

Additional Links & Resources

@LesnyRumcajs
Copy link
Member Author

@lemmih

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

2 participants