Backend container image
718
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.
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
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
nightly: docker pull openhaus/backend:nightlylatest: docker pull openhaus/backend:latest2.1.0: docker pull openhaus/backend:2.1.02.1.0-preview: docker pull openhaus/backend:2.1.0-preview2.0.0: docker pull openhaus/backend:2.0.0Content type
Image
Digest
sha256:260be5b85…
Size
64.7 MB
Last updated
8 months ago
docker pull openhaus/backend