chore: force recreate database init sql config in docker swarm
All checks were successful
Build and Deploy / build-and-push (push) Successful in 58s
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:
@@ -62,6 +62,7 @@ volumes:
|
|||||||
configs:
|
configs:
|
||||||
init_sql:
|
init_sql:
|
||||||
file: ./agenciac_comia.sql
|
file: ./agenciac_comia.sql
|
||||||
|
name: init_sql_v2
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
fasto-net:
|
fasto-net:
|
||||||
|
|||||||
Reference in New Issue
Block a user