mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-30 18:51:28 -05:00
fix: file uploads bug (#1027)
* fix: fixes file upload bug * fix: updates docker compose
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user