Skip to content

Commit

Permalink
chore: env changed
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Jul 15, 2024
1 parent ae6b6c5 commit a2c1a2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions metersphere/docker-compose-metersphere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ services:
SPRING_DATASOURCE_URL: jdbc:mysql://${MS_MYSQL_HOST}:${MS_MYSQL_PORT}/${MS_MYSQL_DB}?autoReconnect=false&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true&useSSL=false&sessionVariables=sql_mode=%27STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION%27
SPRING_DATASOURCE_USERNAME: ${MS_MYSQL_USER}
SPRING_DATASOURCE_PASSWORD: ${MS_MYSQL_PASSWORD}
KAFKA_BOOTSTRAP-SERVERS: ${MS_KAFKA_HOST}:${MS_KAFKA_PORT}
KAFKA_BOOTSTRAP_SERVERS: ${MS_KAFKA_HOST}:${MS_KAFKA_PORT}
K8S_TASK_RUNNER_IMAGE: ${MS_IMAGE_PREFIX}/task-runner:${MS_IMAGE_TAG}
SPRING_SESSION_TIMEOUT: '30d'
REDIS_HOST: ${MS_REDIS_HOST}
REDIS_PORT: ${MS_REDIS_PORT}
REDIS_PASSWORD: ${MS_REDIS_PASSWORD}
MINIO_ENDPOINT: ${MS_MINIO_ENDPOINT}
MINIO_ACCESS-KEY: ${MS_MINIO_ACCESS_KEY}
MINIO_SECRET-KEY: ${MS_MINIO_SECRET_KEY}
MINIO_ACCESS_KEY: ${MS_MINIO_ACCESS_KEY}
MINIO_SECRET_KEY: ${MS_MINIO_SECRET_KEY}
TOTP_SECRET: ${MS_TOTP_SECRET}
ports:
- ${MS_SERVER_PORT}:8081
Expand Down
6 changes: 3 additions & 3 deletions metersphere/docker-compose-result-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ services:
SPRING_DATASOURCE_URL: jdbc:mysql://${MS_MYSQL_HOST}:${MS_MYSQL_PORT}/${MS_MYSQL_DB}?autoReconnect=false&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true&useSSL=false
SPRING_DATASOURCE_USERNAME: ${MS_MYSQL_USER}
SPRING_DATASOURCE_PASSWORD: ${MS_MYSQL_PASSWORD}
KAFKA_BOOTSTRAP-SERVERS: ${MS_KAFKA_HOST}:${MS_KAFKA_PORT}
KAFKA_BOOTSTRAP_SERVERS: ${MS_KAFKA_HOST}:${MS_KAFKA_PORT}
REDIS_HOST: ${MS_REDIS_HOST}
REDIS_PORT: ${MS_REDIS_PORT}
REDIS_PASSWORD: ${MS_REDIS_PASSWORD}
MINIO_ENDPOINT: ${MS_MINIO_ENDPOINT}
MINIO_ACCESS-KEY: ${MS_MINIO_ACCESS_KEY}
MINIO_SECRET-KEY: ${MS_MINIO_SECRET_KEY}
MINIO_ACCESS_KEY: ${MS_MINIO_ACCESS_KEY}
MINIO_SECRET_KEY: ${MS_MINIO_SECRET_KEY}
healthcheck:
test: [ "CMD", "bash", "-c", "< /dev/tcp/localhost/8084" ]
interval: 6s
Expand Down

0 comments on commit a2c1a2b

Please sign in to comment.