Explorer
/proc/2012/task/2095/root/tmp/aa050_deploy_probe.sh
← Zurück ↓ Download
#!/usr/bin/env bash
set -u
printf '%s\n' 'mounts:'
docker inspect graphiti-service --format '{{json .Mounts}}'
printf '%s\n' 'compose/source:'
find /opt/struktur/graphiti -maxdepth 2 -type f \( -name 'docker-compose.yml' -o -name 'Dockerfile*' \) -print
sed -n '1,240p' /opt/struktur/graphiti/docker-compose.yml
printf '%s\n' 'service source status:'
sha256sum /opt/struktur/graphiti/service/main.py /tmp/aa050_graphiti_worker.py