Backend WebApi for Incident Ticket Manager.
Incident Ticket Manager is a simple ticketing system app.
Ensure that you have Node.js and NPM installed.
Create .env file.
Set :
If you want to use SSL you must add this:
npm run start
# Run the container
$ docker run -d \
-p 3000:3000 \
-e "SECRET=your-secret" \
-e "DATABASE_URL=postgres://{user}:{password}@{hostname}:{port}/{database-name}" \
--name itm-backend thomaslacaze/itm-backend
Content type
Image
Digest
Size
377.7 MB
Last updated
about 5 years ago
docker pull thomaslacaze/itm-backend