修复Action history 为空的问题
Some checks failed
Mark & close stale issues / stale (push) Has been cancelled
Vulnerability Scan / trivy-scan (1.0) (push) Has been cancelled
Vulnerability Scan / trivy-scan (master) (push) Has been cancelled
CodeQL Advanced / Analyze (java-kotlin) (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
Some checks failed
Mark & close stale issues / stale (push) Has been cancelled
Vulnerability Scan / trivy-scan (1.0) (push) Has been cancelled
Vulnerability Scan / trivy-scan (master) (push) Has been cancelled
CodeQL Advanced / Analyze (java-kotlin) (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
This commit is contained in:
11
docker/postgres/docker-compose-h2.yml
Normal file
11
docker/postgres/docker-compose-h2.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
hawkbit:
|
||||
image: hawkbit/hawkbit-update-server:latest
|
||||
ports:
|
||||
- "9099:8080"
|
||||
# 启用内置H2内存数据库,不依赖外部PG/RabbitMQ
|
||||
environment:
|
||||
SPRING_DATASOURCE_URL: jdbc:h2:mem:hawkbit;DB_CLOSE_DELAY=-1
|
||||
SPRING_JPA_HIBERNATE_DDL_AUTO: update
|
||||
SPRING_H2_CONSOLE_ENABLED: true
|
||||
restart: always
|
||||
Reference in New Issue
Block a user