From 0b4a39c7f67fcf261c5353b3641ae7b1fc04fa6f Mon Sep 17 00:00:00 2001 From: 3y Date: Fri, 23 Dec 2022 19:13:08 +0800 Subject: [PATCH] try to submit job --- docker-compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 34229be..fe9e468 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -72,12 +72,17 @@ services: - TZ=Asia/Shanghai volumes: - ./austin-stream/target/austin-stream-0.0.1-SNAPSHOT.jar:/opt/austin-stream-0.0.1-SNAPSHOT.jar:rw + depends_on: + - austin-zookeeper + - austin-kafka networks: - app taskmanager: image: flink:latest depends_on: - jobmanager + - austin-zookeeper + - austin-kafka command: taskmanager environment: - |