Formbricks: fix volume path vars

This commit is contained in:
Aroy-Art 2025-02-13 13:09:59 +01:00
parent f55022d62f
commit f37256a0e0
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -173,7 +173,7 @@ services:
restart: always
image: pgvector/pgvector:pg17
volumes:
- postgres:/var/lib/postgresql/data
- ${DATABASE_PATH:-.}/Database:/var/lib/postgresql/data
environment:
# 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
@ -187,10 +187,8 @@ services:
ports:
- 3000:3000
volumes:
- uploads:/home/nextjs/apps/web/uploads/
- ${USER_FILES_PATH:-./Uploads}:/home/nextjs/apps/web/uploads/
<<: *environment
volumes:
postgres:
driver: local
uploads: