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.
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
Self-host docker #353
Self-host docker #353
Changes from 77 commits
047cbe5
1efcd23
f7a2e24
114ff41
083dfa3
12efde1
04bae10
315e47e
2ea9788
ccc2594
896088d
1128361
9b39752
3e0538a
7f224a2
d8a0426
12b4f2c
3019f97
8ebb72d
210afd3
9e639b3
e27365b
656fd4f
7e3c062
9d2251f
2a12fb1
f6b7de8
44f3917
8c5e0e9
c6f3d49
9c46cbd
1baec26
10c4ca7
016676f
18b0675
f85efa5
5bde713
80c2460
fe3c631
ca7954c
3fea967
0551457
2eceee7
cc2cee2
a69d738
78dbf23
acf5b94
b1072aa
f2c44e1
1f7c7ab
9861c00
a6cd34e
1add8ab
3699961
b241fcb
d7a5b9f
14e5a1e
1de7e83
fb828b1
ef1157c
e5efada
123f343
943336b
06ee2a1
00cd390
33269de
8646e49
327057d
ff41d6d
9f643ea
d797893
df88a99
258c4ad
c0cdd69
e0424b2
891fd29
b0915b4
9d3de13
1e91036
d66c969
3e5cf8b
d0db25b
f598576
0bbe14a
f610693
0a6bd18
3e4004c
ddf9fd0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this a different script from the usual seed script?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The local script sets up a project optimized for testing, and the self-host script sets up a project for prod use. We can merge the two scripts later to reduce code repetition.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the difference? Should be the same IMO (except that testing should have some envvars set to insecure values by default), else our testing env deviates from prod