Learn about kestra
This docker compose creates few services to run kestra where workers are running in a different service than Scheduler/Executor...
Services:
- minio: stores all tasks data/files
- postgres: database for kestra
| MIT License | |
| Copyright (c) 2023 Datadog, Inc. | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
Learn about kestra
This docker compose creates few services to run kestra where workers are running in a different service than Scheduler/Executor...
Services:
This docker file allows you to start a redpanda broker with SASL configured and with a pre-configured user.
User credentials:
username: admin
password: admin-secret
| [package] | |
| name = "some-project" | |
| version = "0.1.0" | |
| edition = "2021" | |
| [dependencies] | |
| my-foreign-dep = { git = "ssh://[email protected]/MyUser/my-crates-repo", branch = "main" } |
This gist is here because for now, we cannot use the Github CLI commands with a PAT v2 (fine-grained token), and using PAT v1 would have led to security issues. That's why I ended up using the API directly, and I guess some other people would need this little gist, so I share it.