version devcontainer

This commit is contained in:
KevinFaro 2026-02-26 13:51:28 +02:00
parent 81ba1fa5e4
commit e2fe285ed9
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
services: services:
mariadb: mariadb:
image: docker.io/mariadb:11.8 image: docker.io/mariadb:10.6
command: command:
- --character-set-server=utf8mb4 - --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci - --collation-server=utf8mb4_unicode_ci
@ -42,7 +42,7 @@ services:
image: docker.io/redis:alpine image: docker.io/redis:alpine
frappe: frappe:
image: docker.io/frappe/bench:latest image: docker.io/frappe/bench:v5.27.0
# If you want to build the current bench image the Containerfile is in this Repo. # If you want to build the current bench image the Containerfile is in this Repo.
# build: ../images/bench # build: ../images/bench
command: sleep infinity command: sleep infinity