1、修改dockerfile网络配置

2、prod.xml增加kafka配置
This commit is contained in:
Hao Miao
2024-02-01 12:53:32 +08:00
parent ef637d15b3
commit 6cab8d2fa5
3 changed files with 87 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ COPY realtime_protection realtime_protection
# NGINX_PORT=8080 \
# NGINX_SERVER_NAME="localhost"
ENV SPRINGBOOT_FIRST_URL="192.168.107.89:8081" \
ENV SPRINGBOOT_FIRST_URL="localhost:8081" \
SPRINGBOOT_SECOND_URL="172.24.100.53:8082" \
SPRINGBOOT_THIRD_URL="172.24.100.53:8083" \
SPRINGBOOT_FOURTH_URL="172.24.100.53:8084" \