Headstart
Headstart copied to clipboard
A framework for creating web-based knowledge maps
Images are missing. For example, there is an `api` container referring to an `api` image, which is resolved as https://hub.docker.com/_/api, which does not exist. There is no build section, so...
Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
`docker-compose.yml` lists containers for databases, API and services, but there is no frontend available.
Some containers try mounting paths such as /var/log or /opt/local. This assumes that the Docker daemon is running as root, which is not always the case. My suggestion is to...
Various containers require mounting various configuration files, which are not available, such as: - pg_hba.conf - postgres.conf - redis.conf
The redis container does not use `REDIS_PASSWORD` to set the password. `--requirepass` CLI option should be used.
``` redis.exceptions.ResponseError: AUTH called without any password configured for the default user. Are you sure your configuration is correct? ```
``` You need to define the PGADMIN_DEFAULT_EMAIL and PGADMIN_DEFAULT_PASSWORD environment variables. ``` This happens because these environmental variables are not set in `docker-compose.yml`: https://github.com/OpenKnowledgeMaps/Headstart/blob/80274329374d1c5bdc7cfc4a7cdca16ddb45b807/docker-compose.yml#L9-L11
server/workers/build_docker_images.sh tries to build each Docker image individually, but `triple` has no Dockerfile.
Hi, there is a `docker-compose.yml` which use some env variables, but there is no example of list of these variables. It would be useful to have an `.env` file (or...