Commit 3af436dd authored by vicotor's avatar vicotor

update cryptor version and config.

parent 5180c181
grpc_addr = ":38001" grpc_addr = ":38001"
chain_id = 100 chain_id = 100
routines = 20
\ No newline at end of file
grpc_addr = ":38001" grpc_addr = ":38001"
chain_id = 100 chain_id = 100
routines = 20
\ No newline at end of file
version: "3.9" version: "3.9"
services: services:
cryptor: cryptor:
image: 192.168.1.220:5000/cryptor:v0.0.1 image: 192.168.1.220:5000/cryptor:v0.0.2
container_name: cryptor container_name: cryptor
deploy: deploy:
restart_policy: restart_policy:
...@@ -17,7 +15,6 @@ services: ...@@ -17,7 +15,6 @@ services:
networks: networks:
- meta - meta
sentry: sentry:
image: 192.168.1.220:5000/sentry:v0.0.1 image: 192.168.1.220:5000/sentry:v0.0.1
container_name: sentry container_name: sentry
...@@ -32,7 +29,6 @@ services: ...@@ -32,7 +29,6 @@ services:
networks: networks:
- meta - meta
net: net:
image: 192.168.1.220:5000/metanet:v0.0.1 image: 192.168.1.220:5000/metanet:v0.0.1
container_name: net container_name: net
......
version: "3.9" version: "3.9"
services: services:
cryptor: cryptor:
image: 192.168.1.220:5000/cryptor:v0.0.1 image: 192.168.1.220:5000/cryptor:v0.0.2
container_name: cryptor container_name: cryptor
deploy: deploy:
restart_policy: restart_policy:
...@@ -17,7 +15,6 @@ services: ...@@ -17,7 +15,6 @@ services:
networks: networks:
- meta - meta
sentry: sentry:
image: 192.168.1.220:5000/sentry:v0.0.1 image: 192.168.1.220:5000/sentry:v0.0.1
container_name: sentry container_name: sentry
...@@ -32,7 +29,6 @@ services: ...@@ -32,7 +29,6 @@ services:
networks: networks:
- meta - meta
net: net:
image: 192.168.1.220:5000/metanet:v0.0.1 image: 192.168.1.220:5000/metanet:v0.0.1
container_name: net container_name: net
......
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