chore: update docker environment to debian bookworm and php 8.2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user