devel: Fix deployment

Includes:
* Include registry in container name
  Otherwise it won't find the image in case an alias doesn't exist.
* Simplify spandx config
* Include healthchecks for the postgres and image-builder containers
This commit is contained in:
Sanne Raymaekers 2021-08-04 13:22:42 +02:00 committed by Tom Gundersen
parent fa7746b694
commit 297ed210f2
3 changed files with 14 additions and 115 deletions

View file

@ -1,4 +1,4 @@
FROM node:12
FROM docker.io/node:12
WORKDIR /usr/src/app