mirror of
https://github.com/gotson/komga.git
synced 2026-05-07 12:01:40 +02:00
Update docker-compose.yml
This commit is contained in:
parent
ffc3de612a
commit
c97b103b5b
1 changed files with 6 additions and 5 deletions
|
|
@ -20,7 +20,7 @@ services:
|
|||
retries: 5
|
||||
|
||||
komga:
|
||||
image: komga-local:1.24.3
|
||||
image: komga-local:1.24.3.2026060801
|
||||
container_name: komga-backend
|
||||
depends_on:
|
||||
postgres:
|
||||
|
|
@ -32,10 +32,11 @@ services:
|
|||
KOMGA_DATABASE_USERNAME: komga
|
||||
KOMGA_DATABASE_PASSWORD: komga123
|
||||
KOMGA_CONFIG_DIR: /config
|
||||
SPRING_DATASOURCE_HIKARI_MAXIMUM_POOL_SIZE: 5
|
||||
SPRING_DATASOURCE_HIKARI_CONNECTION_TIMEOUT: 60000
|
||||
SPRING_DATASOURCE_HIKARI_VALIDATION_TIMEOUT: 5000
|
||||
SPRING_FLYWAY_ENABLED: "false"
|
||||
KOMGA_DATABASE_POOL_SIZE: 10
|
||||
KOMGA_DATABASE_MAX_POOL_SIZE: 10
|
||||
SPRING_FLYWAY_ENABLED: "true"
|
||||
SPRING_FLYWAY_BASELINE_ON_MIGRATE: "true"
|
||||
SPRING_FLYWAY_BASELINE_VERSION: "20250730173126"
|
||||
ports:
|
||||
- "25600:25600"
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue