Formbricks: fix volume path vars
This commit is contained in:
parent
f55022d62f
commit
f37256a0e0
1 changed files with 2 additions and 4 deletions
|
@ -173,7 +173,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
image: pgvector/pgvector:pg17
|
image: pgvector/pgvector:pg17
|
||||||
volumes:
|
volumes:
|
||||||
- postgres:/var/lib/postgresql/data
|
- ${DATABASE_PATH:-.}/Database:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
# Postgres DB Super User Password
|
# Postgres DB Super User Password
|
||||||
# Replace the below with your own secure password & Make sure the password matches the password field in DATABASE_URL above
|
# Replace the below with your own secure password & Make sure the password matches the password field in DATABASE_URL above
|
||||||
|
@ -187,10 +187,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
- uploads:/home/nextjs/apps/web/uploads/
|
- ${USER_FILES_PATH:-./Uploads}:/home/nextjs/apps/web/uploads/
|
||||||
<<: *environment
|
<<: *environment
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres:
|
|
||||||
driver: local
|
|
||||||
uploads:
|
uploads:
|
||||||
|
|
Loading…
Add table
Reference in a new issue