Fix Swarm compatibility, add legacy /registry/record-run route

- Fix depends_on syntax for Docker Swarm (simple list, not extended)
- Add /registry/record-run as legacy alias for /assets/record-run

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gilesb
2026-01-08 00:33:59 +00:00
parent a6e83c72bd
commit 9c10de7534
2 changed files with 2 additions and 2 deletions

View File

@@ -31,8 +31,7 @@ services:
- internal
- externalnet
depends_on:
postgres:
condition: service_healthy
- postgres
deploy:
replicas: 1
restart_policy: