SINGLE BINARY BB
This commit is contained in:
parent
2edff6915a
commit
d05f2eb8a4
2 changed files with 0 additions and 18 deletions
12
.env.example
12
.env.example
|
@ -1,12 +0,0 @@
|
|||
# Required
|
||||
BUCKET_NAME=
|
||||
AWS_REGION=
|
||||
AWS_ENDPOINT_URL_S3=
|
||||
AWS_ACCESS_KEY_ID=
|
||||
AWS_SECRET_ACCESS_KEY=
|
||||
|
||||
# Optional
|
||||
SMTP_HOST=""
|
||||
SMTP_PORT=""
|
||||
SMTP_USERNAME=""
|
||||
SMTP_PASSWORD=""
|
|
@ -12,12 +12,6 @@ services:
|
|||
- "3000:3000"
|
||||
networks:
|
||||
- proxy_default
|
||||
environment:
|
||||
- AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
|
||||
- AWS_ENDPOINT_URL_S3=$AWS_ENDPOINT_URL_S3
|
||||
- AWS_REGION=$AWS_REGION
|
||||
- AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY
|
||||
- BUCKET_NAME=$BUCKET_NAME
|
||||
|
||||
networks:
|
||||
proxy_default:
|
||||
|
|
Loading…
Add table
Reference in a new issue