fixed ports
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
||||
depends_on:
|
||||
- postgres
|
||||
ports:
|
||||
- "${PORT}:3000"
|
||||
- ${PORT}:3000
|
||||
environment:
|
||||
WEBAPP_URL: ${WEBAPP_URL}
|
||||
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/formbricks?schema=public
|
||||
|
||||
Reference in New Issue
Block a user