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"
services:
signer:
image: ethersphere/clef:0.4.2
clef:
image: ethersphere/clef:0.4.4
restart: unless-stopped
environment:
- CLEF_CHAINID
......@@ -10,8 +10,8 @@ services:
- clef:/app/data
command: full
app:
image: ethersphere/bee:latest
bee:
image: ethersphere/bee:0.4.1
restart: unless-stopped
environment:
- BEE_API_ADDR
......@@ -55,7 +55,7 @@ services:
- bee:/home/bee/.bee
command: start
depends_on:
- signer
- clef
volumes:
clef:
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