chore: docker setup (#1136)
* chore: update docker environment variables and compose file for better readability * dev: update single dockerfile * dev: update WEB_URL configuration * dev: move database settings to environment variable * chore: remove port configuration from default compose file * dev: update example env to add EMAIL_FROM and default values for AWS
This commit is contained in:
parent
16604dd31b
commit
b6321438ce
15 changed files with 204 additions and 195 deletions
|
|
@ -17,7 +17,7 @@ server {
|
|||
}
|
||||
|
||||
location /uploads/ {
|
||||
proxy_pass http://minio:9000/uploads/;
|
||||
proxy_pass http://plane-minio:9000/uploads/;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue