Merge branch 'bvander/local-container-envs' into 'master'
config volumes See merge request grassrootseconomics/cic-internal-integration!2
This commit is contained in:
commit
e8374fd6da
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
service-configs/*
|
@ -19,5 +19,7 @@ docker-compose down -v
|
||||
|
||||
rebuild an images
|
||||
```
|
||||
docker-compose up -d --no-deps --build <service_name>
|
||||
```
|
||||
docker-compose up --build <service_name>
|
||||
``
|
||||
|
||||
Deployment variables are writtend to service-configs/.env after everthing is up.`
|
||||
|
@ -3,10 +3,14 @@ version: "3"
|
||||
volumes:
|
||||
ganache-db: {}
|
||||
postgres-db: {}
|
||||
contract-config: {}
|
||||
bee-data: {}
|
||||
signer-data: {}
|
||||
bloxberg-data: {}
|
||||
contract-config:
|
||||
driver_opts:
|
||||
type: local
|
||||
o: bind
|
||||
device: ./service-configs
|
||||
|
||||
networks:
|
||||
default:
|
||||
@ -101,7 +105,7 @@ services:
|
||||
DATABASE_ENGINE: ${DATABASE_ENGINE:-postgres}
|
||||
DATABASE_DRIVER: ${DATABASE_DRIVER:-psycopg2}
|
||||
ETH_ABI_DIR: ${ETH_ABI_DIR:-/usr/local/share/cic/solidity/abi}
|
||||
deploy:
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user