From 958a2cdbd9c0841cf83a8639c5ae7a6eef7f3bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=AA=20Faleiros?= Date: Wed, 25 Mar 2026 13:55:31 -0300 Subject: [PATCH] chore: force recreate database init sql config in docker swarm - Appended a version suffix to the `init_sql` config name to bypass Docker Swarm's immutable config cache and force the cluster to pick up the latest database schema changes on deployment. --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 0ede637..a4c1afc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -62,6 +62,7 @@ volumes: configs: init_sql: file: ./agenciac_comia.sql + name: init_sql_v2 networks: fasto-net: