Balloon admin interface.
- Run
docker-compose up
- Run
./docker-exec
to exec to the Node.js container - In the container run your
node
commands (e.g. to test smth.) - In the container run
npm start
and navigate to localhost:3000
You can always lint your code via npm run lint
.
DB_NAME=postgres
DB_USERNAME=postgres
DB_PASSWORD=12345678
DB_HOST=admin.blln.io-postgres
DB_PORT=5432
INITIAL_PASSWORD=12345678
USE_SSL=false