upaas/internal/service
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
..
app Use ULID for app IDs and Docker label for container lookup 2025-12-29 16:06:40 +07:00
auth Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
deploy Fix container name conflict on redeployment 2025-12-31 14:48:16 -08:00
notify Add deployment improvements and UI enhancements 2025-12-30 15:05:26 +07:00
webhook Add TCP/UDP port mapping support 2025-12-30 12:11:57 +07:00