|
@@ -20,7 +20,7 @@ services:
|
|
|
pid: "host"
|
|
|
depends_on:
|
|
|
- birdy
|
|
|
- command: /bin/bash -c "sleep 15 && cp /CNStream/lib/* /usr/local/lib/ && cd /CNStream/ && ./start_CNStream.sh"
|
|
|
+ command: /bin/bash -c "cp /CNStream/lib/* /usr/local/lib/ && cd /CNStream/ && ./start_CNStream.sh"
|
|
|
|
|
|
birdy:
|
|
|
image: $dockerio/gsd/gsd_birdy:latest
|
|
@@ -42,7 +42,7 @@ services:
|
|
|
depends_on:
|
|
|
- kafka1
|
|
|
- gsddb
|
|
|
- command: /bin/bash -c "sleep 15 && cp /gsd/lib/* /usr/local/lib/ && cd /gsd && ./run.sh"
|
|
|
+ command: /bin/bash -c "cp /gsd/lib/* /usr/local/lib/ && cd /gsd && ./run.sh"
|
|
|
|
|
|
gsddb:
|
|
|
image: $dockerio/gsd/mysql:5.7
|