fix: file uploads bug (#1027)

* fix: fixes file upload bug

* fix: updates docker compose
This commit is contained in:
Anshuman Pandey
2023-10-09 11:33:09 +05:30
committed by GitHub
parent 7ba85e0d2b
commit a08a6e4b41
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -32,7 +32,7 @@ x-environment: &environment
SMTP_PASSWORD:
# Set the below value if you want to have another base URL apart from your Domain Name
# SURVEY_BASE_URL:
# SURVEY_BASE_URL:
# Set the below value if you have and want to use a custom URL for the links created by the Link Shortener
# SHORT_SURVEY_BASE_URL:
@@ -60,7 +60,7 @@ x-environment: &environment
# Uncomment the below and set to 1 if you want to enable GitHub OAuth
# GITHUB_AUTH_ENABLED:
# GITHUB_ID:
# GITHUB_ID:
# GITHUB_SECRET:
# Uncomment the below and set to 1 if you want to enable Google OAuth
@@ -86,8 +86,11 @@ services:
- postgres
ports:
- 3000:3000
volumes:
- uploads:./apps/web/uploads/
<<: *environment
volumes:
postgres:
driver: local
uploads: