From 022db0419867c43da1c07743eb2d29e7bd20ad1d Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Thu, 3 Jun 2021 17:22:47 +0000 Subject: [PATCH] no local file mounts for config files --- apps/cic-eth/cic_eth/runnable/daemons/dispatcher.py | 2 +- apps/cic-eth/cic_eth/version.py | 2 +- apps/cic-eth/requirements.txt | 2 +- apps/data-seeding/requirements.txt | 4 ++-- docker-compose.yml | 6 +----- service-configs/.gitkeep | 0 6 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 service-configs/.gitkeep diff --git a/apps/cic-eth/cic_eth/runnable/daemons/dispatcher.py b/apps/cic-eth/cic_eth/runnable/daemons/dispatcher.py index 95dc7031..08a54185 100644 --- a/apps/cic-eth/cic_eth/runnable/daemons/dispatcher.py +++ b/apps/cic-eth/cic_eth/runnable/daemons/dispatcher.py @@ -21,7 +21,7 @@ from chainqueue.db.enum import ( StatusBits, ) from chainqueue.error import NotLocalTxError -from chainqueue.state import set_reserved +from chainqueue.sql.state import set_reserved # local imports import cic_eth diff --git a/apps/cic-eth/cic_eth/version.py b/apps/cic-eth/cic_eth/version.py index b233a1e3..0edda257 100644 --- a/apps/cic-eth/cic_eth/version.py +++ b/apps/cic-eth/cic_eth/version.py @@ -10,7 +10,7 @@ version = ( 0, 11, 0, - 'beta.15', + 'beta.16', ) version_object = semver.VersionInfo( diff --git a/apps/cic-eth/requirements.txt b/apps/cic-eth/requirements.txt index af704c62..3f56ce0c 100644 --- a/apps/cic-eth/requirements.txt +++ b/apps/cic-eth/requirements.txt @@ -1,4 +1,4 @@ -cic-base~=0.1.2b14 +cic-base~=0.1.2b15 celery==4.4.7 crypto-dev-signer~=0.4.14b3 confini~=0.3.6rc3 diff --git a/apps/data-seeding/requirements.txt b/apps/data-seeding/requirements.txt index f0b55efb..4f2cb559 100644 --- a/apps/data-seeding/requirements.txt +++ b/apps/data-seeding/requirements.txt @@ -1,5 +1,5 @@ -cic-base[full_graph]==0.1.2b11 +cic-base[full_graph]==0.1.2b15 sarafu-faucet==0.0.3a3 -cic-eth==0.11.0b15 +cic-eth==0.11.0b16 cic-types==0.1.0a11 crypto-dev-signer==0.4.14b3 diff --git a/docker-compose.yml b/docker-compose.yml index 1a1eae37..a6a4ba89 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,11 +6,7 @@ volumes: bee-data: {} signer-data: {} bloxberg-data: {} - contract-config: - driver_opts: - type: local - o: bind - device: ./service-configs + contract-config: {} networks: default: diff --git a/service-configs/.gitkeep b/service-configs/.gitkeep deleted file mode 100644 index e69de29b..00000000