netdisco-docker
netdisco-docker copied to clipboard
Docker images for App::Netdisco
Arm64
Hi, is it possible to build these docker images for ARM64? Thanks! Semirke
mkdir -p netdisco/{logs,config,nd-site-local} should probably be mkdir -p netdisco/{logs,config,nd-site-local,pgdata}
Provide a general summary of the issue in the Title above when including netdisco config snippets, whitespace matters since it's a yaml file for github issues it really helps if...
mentioned in #73 as not working, might very well be. try and maybe expand readme or compose file.
Using service_healthy could prevent a lot of error messages during the schema upgrade phase, as reported in e.g. #73 . Quick experiment: ``` services: netdisco-postgresql: image: netdisco/netdisco:latest-postgresql hostname: netdisco-postgresql volumes:...
TL;DR: do not just merge this right now :) I did some digging how to navigate an upgrade of the Postgres version, as 13 will be out of support next...
needs to wait for us to have our own entrypoint though, so we can call: ``` if [ ! -s "${PGDATA}/PG_VERSION" ]; then exec env POSTGRES_PASSWORD=$(cat /dev/urandom | tr -dc...