https://github.com/figurestudios/env
Example that downloads an .env file from Skynet incase you can't fit your variables as strings on places such as Akash.
https://github.com/figurestudios/env
Last synced: 9 months ago
JSON representation
Example that downloads an .env file from Skynet incase you can't fit your variables as strings on places such as Akash.
- Host: GitHub
- URL: https://github.com/figurestudios/env
- Owner: figurestudios
- License: gpl-3.0
- Created: 2021-10-14T18:23:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T18:27:49.000Z (over 4 years ago)
- Last Synced: 2025-03-04T02:41:26.295Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# env
Example that downloads an .env file from Skynet incase you can't fit your variables as strings on places such as Akash.
# Installation
Build with
`docker build -t env-test .`
Run with (example .env included)
`docker run -e SKYLINK=AABdNhrCHm0FXol8jKbws2G1h7BqUBZBIT6JQ25n6emq4Q env-test`
You can also run it through Akash by setting an env variable in the manifest like SKYLINK=""