config volumes
This commit is contained in:
parent
a4587deac5
commit
ec2e341e60
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
|
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:
|
volumes:
|
||||||
ganache-db: {}
|
ganache-db: {}
|
||||||
postgres-db: {}
|
postgres-db: {}
|
||||||
contract-config: {}
|
|
||||||
bee-data: {}
|
bee-data: {}
|
||||||
signer-data: {}
|
signer-data: {}
|
||||||
bloxberg-data: {}
|
bloxberg-data: {}
|
||||||
|
contract-config:
|
||||||
|
driver_opts:
|
||||||
|
type: local
|
||||||
|
o: bind
|
||||||
|
device: ./service-configs
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user