Hello,
while running :
bash ./scripts/deploy.sh (with the env variables set) I get two things :
/usr/local/lib/python3.8/dist-packages/docker_auto_labels/docker_auto_labels.py:16: YAMLLoadWarning: calling yaml.load() ?>without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
return yaml.load(docker_file)
which seems a warning after all, and :
services.pgadmin.depends_on must be a list
Which seems blocking.
Please advise.