fix cross-process scenario switching and stale flights on scenario change
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2026-04-16 01:42:10 -03:00
parent 22c924d3b0
commit e03ac3982a
5 changed files with 13 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
services:
nova-api:
api:
image: registry.mcrn.ar/unt/api:latest
container_name: nova-api
restart: unless-stopped
@@ -12,7 +12,7 @@ services:
container_name: nova-ui
restart: unless-stopped
depends_on:
- nova-api
- api
networks:
- gateway