chore: update docker environment to debian bookworm and php 8.2

This commit is contained in:
2026-02-27 10:39:43 +01:00
parent 9dc01d434e
commit 5682f5786c
2 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
services:
php:
platform: linux/amd64
build:
context: .
dockerfile: ./docker/php/Dockerfile
@@ -15,7 +16,7 @@ services:
- db
db:
image: mariadb
image: mariadb:10.11
environment:
- MYSQL_ROOT_PASSWORD=junghan5
- MYSQL_DATABASE=thetool
@@ -44,6 +45,7 @@ services:
- db
db-downloader:
platform: linux/amd64
build:
context: ./docker/db-downloader
dockerfile: Dockerfile