1 Star 0 Fork 1

geshihuiabc/filling

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.yml 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
蒋子函 提交于 2021-12-09 22:05 . 💚 Fixing CI Build.
version: '2.2'
services:
filling:
build:
context: .
dockerfile: Dockerfile
image: filling:latest
container_name: filling
depends_on:
- jobmanager
- taskmanager
environment:
- _JAVA_OPTIONS=-Xmx1g -Xms1g
- JHIPSTER_SLEEP=10 # gives time for the JHipster Registry to boot before the application
- SPRING_PROFILES_ACTIVE=dev
- application_flink_url=http://jobmanager:8081
ports:
- "8080:8080"
jobmanager:
image: flink:1.13.1-scala_2.11-java11
ports:
- "8081:8081"
command: jobmanager
environment:
- |
FLINK_PROPERTIES=
jobmanager.rpc.address: jobmanager
taskmanager:
image: flink:1.13.1-scala_2.11
depends_on:
- jobmanager
command: taskmanager
scale: 4
environment:
- |
FLINK_PROPERTIES=
jobmanager.rpc.address: jobmanager
taskmanager.numberOfTaskSlots: 3
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/geshihui/filling.git
git@gitee.com:geshihui/filling.git
geshihui
filling
filling
main

搜索帮助