Skip to content

Commit

Permalink
Sqlite deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Beksultan committed Oct 23, 2023
1 parent 327e215 commit 4b30bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
- "{{ item.db_volume }}:/root/db"
restart_policy: always
with_items:
- { name: openchain, db_volume: db_volume, app_port: 9090, api_port: 9190, secret_key: "'4ec209b805ed3dab43dd626f016f7276b896a2cf38ff7796a40eb9ee32228afe" }
- { name: openchain, db_volume: db_volume, app_port: 9090, api_port: 9190, secret_key: "4ec209b805ed3dab43dd626f016f7276b896a2cf38ff7796a40eb9ee32228afe" }
- { name: openchain-2, db_volume: db_volume-2, app_port: 9091, api_port: 9191, secret_key: "14799d15cb90a1cd9542c8400f9c1d152a450d05ab88d93b50a1392a5a3413e7" }
- { name: openchain-3, db_volume: db_volume-3, app_port: 9092, api_port: 9192, secret_key: "'a9134d8bd4add5e514612b75cc8f597733bfb12564316c7e8a031c025cc3a053" }
- { name: openchain-3, db_volume: db_volume-3, app_port: 9092, api_port: 9192, secret_key: "a9134d8bd4add5e514612b75cc8f597733bfb12564316c7e8a031c025cc3a053" }
- name: Delete old images
shell: docker image prune -a --force --filter "until=24h"

0 comments on commit 4b30bba

Please sign in to comment.