Commit 4b98b688 authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

Fix version docker compose (#1050)

* fix bee version and bump bee-clef version

* rename containers in compose
parent e32b3525
version: "3" version: "3"
services: services:
signer: clef:
image: ethersphere/clef:0.4.2 image: ethersphere/clef:0.4.4
restart: unless-stopped restart: unless-stopped
environment: environment:
- CLEF_CHAINID - CLEF_CHAINID
...@@ -10,8 +10,8 @@ services: ...@@ -10,8 +10,8 @@ services:
- clef:/app/data - clef:/app/data
command: full command: full
app: bee:
image: ethersphere/bee:latest image: ethersphere/bee:0.4.1
restart: unless-stopped restart: unless-stopped
environment: environment:
- BEE_API_ADDR - BEE_API_ADDR
...@@ -55,7 +55,7 @@ services: ...@@ -55,7 +55,7 @@ services:
- bee:/home/bee/.bee - bee:/home/bee/.bee
command: start command: start
depends_on: depends_on:
- signer - clef
volumes: volumes:
clef: clef:
bee: bee:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment