Sign inSign up

openhaus/backend

By openhaus

•Updated 8 months ago

Backend container image

Image
Networking
Internet of things
1

718

openhaus/backend repository overview

⁠OpenHaus

⁠Backend

The official docker container for https://github.com/OpenHausIO/backend⁠.
Tag latest contains the latest stable major build version, nightly changes on the dev branch which could be new/untested features.

⁠Quick start

docker run --tty --net=host -e USERS_JWT_SECRET=Pa$$w0rd -e VAULT_MASTER_PASSWORD=Pa$$w0rd -e UUID=00000000-0000-0000-0000-000000000000 openhaus/backend:latest

⁠Docker Compose

  backend:
    image: "openhaus/backend:latest"
    container_name: backend
    hostname: backend
    environment:
      - NODE_ENV=production
      - DATABASE_HOST=<database>
      - UUID=00000000-0000-0000-0000-000000000000
      - VAULT_MASTER_PASSWORD=Pa$$w0rd
      - USERS_JWT_SECRET=Pa$$W0rd
    tty: true
⁠Tags/Releases
  • nightly: docker pull openhaus/backend:nightly
  • latest: docker pull openhaus/backend:latest
  • 2.1.0: docker pull openhaus/backend:2.1.0
  • 2.1.0-preview: docker pull openhaus/backend:2.1.0-preview
  • 2.0.0: docker pull openhaus/backend:2.0.0

Tag summary

Content type

Image

Digest

sha256:260be5b85…

Size

64.7 MB

Last updated

8 months ago

docker pull openhaus/backend