Add S3 configuration #14

Merged
nicksellen merged 8 commits from add/s3 into main 2023-07-19 19:15:08 +00:00
Owner
No description provided.
nicksellen added 1 commit 2023-07-14 12:02:00 +00:00
Add S3 vars
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
4f78252a94
nicksellen added 1 commit 2023-07-14 12:11:37 +00:00
Split S3 config into compose.s3.yml
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
afdd5417c4
nicksellen added 2 commits 2023-07-14 12:15:26 +00:00
It gets enabled by include compose.s3.yml
Add SECRET_AWS_SECRET_ACCESS_KEY_VERSION
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
55738c66f2
nicksellen added 1 commit 2023-07-14 12:23:31 +00:00
Move elasticsearch config into separate yml
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
485fd184b6
3wordchant reviewed 2023-07-14 12:26:31 +00:00
@ -60,8 +60,8 @@ REDIS_PORT=6379
# CACHE_REDIS_NAMESPACE=
# ElasticSearch
# include compose.elasticsearch.yml
Owner

#COMPOSE_FILE="$COMPOSE_FILE:compose.elasticsearch.yml"

`#COMPOSE_FILE="$COMPOSE_FILE:compose.elasticsearch.yml"`
3wordchant marked this conversation as resolved
3wordchant reviewed 2023-07-14 12:26:34 +00:00
nicksellen added 1 commit 2023-07-14 12:29:27 +00:00
Improve .env.sample COMPOSE_FILE options
Some checks failed
continuous-integration/drone/push Build is failing
0081439205
nicksellen added 1 commit 2023-07-14 12:31:31 +00:00
Fix elasticsearch filename
Some checks failed
continuous-integration/drone/push Build is failing
fee1288462
decentral1se reviewed 2023-07-14 13:50:11 +00:00
decentral1se left a comment
Owner

LGTM 🎉

LGTM 🎉
nicksellen force-pushed add/s3 from fee1288462 to 21e07e59ed 2023-07-19 18:26:27 +00:00 Compare
Author
Owner

I've rebased onto main, are we good for merge?

I've rebased onto main, are we good for merge?
nicksellen added 1 commit 2023-07-19 18:29:50 +00:00
nicksellen reviewed 2023-07-19 18:30:33 +00:00
@ -29,2 +29,4 @@
file_env "OTP_SECRET"
file_env "SECRET_KEY_BASE"
file_env "SMTP_PASSWORD"
file_env "VAPID_PRIVATE_KEY"
Author
Owner

I noticed these file_env entries seemed to be missing too, although not specifically what this MR was about.

I noticed these `file_env` entries seemed to be missing too, although not specifically what this MR was about.
Author
Owner

Merging now :) Hope that's ok.

Merging now :) Hope that's ok.
nicksellen merged commit 86bef2441d into main 2023-07-19 19:15:08 +00:00
Sign in to join this conversation.
No description provided.