[ Agent ] [ App ] - offline build
This commit is contained in:
@@ -37,6 +37,8 @@ octopus:
|
|||||||
executor:
|
executor:
|
||||||
# agent执行一条Command的最长超时时间
|
# agent执行一条Command的最长超时时间
|
||||||
processMaxTimeOut: 60
|
processMaxTimeOut: 60
|
||||||
|
# ossOfflinePrefix: "https://oss-s1.107421.xyz"
|
||||||
|
ossOfflinePrefix: "http://OFFLINE_HOST_IP9000/octopus/"
|
||||||
status:
|
status:
|
||||||
app:
|
app:
|
||||||
- Nginx/nginx
|
- Nginx/nginx
|
||||||
@@ -51,12 +53,11 @@ spring:
|
|||||||
allow-circular-references: true
|
allow-circular-references: true
|
||||||
allow-bean-definition-overriding: true
|
allow-bean-definition-overriding: true
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
host: 42.192.52.227
|
host: OFFLINE_HOST_IP
|
||||||
# host: 192.168.35.71
|
|
||||||
port: 20672
|
port: 20672
|
||||||
username: boge
|
username: boge
|
||||||
password: boge8tingH
|
password: boge8tingH
|
||||||
virtual-host: /wdd
|
virtual-host: /
|
||||||
listener:
|
listener:
|
||||||
simple:
|
simple:
|
||||||
retry:
|
retry:
|
||||||
@@ -65,27 +66,4 @@ spring:
|
|||||||
enabled: true
|
enabled: true
|
||||||
# retry interval unit ms
|
# retry interval unit ms
|
||||||
max-interval: 65000
|
max-interval: 65000
|
||||||
initial-interval: 65000
|
initial-interval: 65000
|
||||||
|
|
||||||
#spring:
|
|
||||||
# application:
|
|
||||||
# name: octopus-agent
|
|
||||||
# profiles:
|
|
||||||
# active: dev
|
|
||||||
# cloud:
|
|
||||||
# nacos:
|
|
||||||
# config:
|
|
||||||
# group: dev
|
|
||||||
# config-retry-time: 3000
|
|
||||||
# file-extension: yaml
|
|
||||||
# max-retry: 3
|
|
||||||
# # server-addr: "150.230.198.103:21060"
|
|
||||||
# server-addr: "42.192.52.227:21060"
|
|
||||||
# timeout: 5000
|
|
||||||
# config-long-poll-timeout: 5000
|
|
||||||
# extension-configs:
|
|
||||||
# - group: dev
|
|
||||||
# data-id: "common-dev.yaml"
|
|
||||||
#
|
|
||||||
#server:
|
|
||||||
# port: 8000
|
|
||||||
@@ -48,6 +48,8 @@ spring:
|
|||||||
# 连接池中的最小空闲连接数,默认值为0
|
# 连接池中的最小空闲连接数,默认值为0
|
||||||
min-idle: 10
|
min-idle: 10
|
||||||
time-between-eviction-runs: 50000
|
time-between-eviction-runs: 50000
|
||||||
|
|
||||||
|
|
||||||
datasource:
|
datasource:
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://42.192.52.227:21306/octopus_server?autoReconnect=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
|
url: jdbc:mysql://42.192.52.227:21306/octopus_server?autoReconnect=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ services:
|
|||||||
- MYSQL_ROOT_PASSWORD=boge8tingH
|
- MYSQL_ROOT_PASSWORD=boge8tingH
|
||||||
- MYSQL_CHARACTER_SET=utf8mb4
|
- MYSQL_CHARACTER_SET=utf8mb4
|
||||||
- MYSQL_COLLATE:utf8_general_ci
|
- MYSQL_COLLATE:utf8_general_ci
|
||||||
- MYSQL_AUTHENTICATION_PLUGIN=mysql_native_password
|
- MYSQL_AUTHENTICATION_PLUGIN=caching_sha2_password
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ 'CMD', '/opt/bitnami/scripts/mysql/healthcheck.sh' ]
|
test: [ 'CMD', '/opt/bitnami/scripts/mysql/healthcheck.sh' ]
|
||||||
interval: 15s
|
interval: 15s
|
||||||
|
|||||||
Reference in New Issue
Block a user