chore: force recreate database init sql config in docker swarm
All checks were successful
Build and Deploy / build-and-push (push) Successful in 58s

- 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.
This commit is contained in:
Cauê Faleiros
2026-03-25 13:55:31 -03:00
parent eb483f903b
commit 958a2cdbd9

View File

@@ -62,6 +62,7 @@ volumes:
configs:
init_sql:
file: ./agenciac_comia.sql
name: init_sql_v2
networks:
fasto-net: