upaas/internal
sneak 83986626a4 Fix container name conflict on redeployment
Remove old container before creating new one instead of trying to keep
it for rollback. Rollback isn't safe anyway because database migrations
may have been applied by the new container.

The old stop-then-rollback approach failed because Docker doesn't allow
two containers with the same name, even if one is stopped.
2025-12-31 14:48:16 -08:00
..
config Add deployment improvements and UI enhancements 2025-12-30 15:05:26 +07:00
database Add TCP/UDP port mapping support 2025-12-30 12:11:57 +07:00
docker Fix real-time build log streaming and scroll behavior 2025-12-31 14:44:15 -08:00
globals Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
handlers Add real-time deployment updates and refactor JavaScript 2026-01-01 05:22:56 +07:00
healthcheck Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
logger Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
middleware Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
models Add real-time deployment updates and refactor JavaScript 2026-01-01 05:22:56 +07:00
server Add real-time deployment updates and refactor JavaScript 2026-01-01 05:22:56 +07:00
service Fix container name conflict on redeployment 2025-12-31 14:48:16 -08:00
ssh Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00