Example to start Atomic Server with Cloudflared tunnel and 1password cli#752
Open
AlexMikhalev wants to merge 1 commit intoontola:developfrom
Open
Example to start Atomic Server with Cloudflared tunnel and 1password cli#752AlexMikhalev wants to merge 1 commit intoontola:developfrom
AlexMikhalev wants to merge 1 commit intoontola:developfrom
Conversation
Signed-off-by: AlexMikhalev <alex@metacortex.engineer>
joepio
requested changes
Dec 20, 2023
Member
There was a problem hiding this comment.
This should probably not be included, right? Or do we need this .env in this docs folder?
Member
There was a problem hiding this comment.
Same here - I'd guess we should not include this file right?
| ``` | ||
| TUNNEL_URL=http://atomic-server:8080 | ||
| TUNNEL_TOKEN=op://at.terraphim.dev/token | ||
| ATOMIC_SERVER_URL=op://Shared/at.terraphim.dev/server_url |
Member
There was a problem hiding this comment.
I was a little confused by this type of URL. Perhaps the OnePassword thing should be left out?
Collaborator
Author
There was a problem hiding this comment.
We can move configs into sample folder - I don't mind including .env since it's one password URL to fetch data. I think it's easier to have fully functioning docker compose + env, but it depends on secrets, hence 1password thing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist:
Added documentation and sample of how to start the atomic server with docker-compose.