mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
Remove hardcoded amd64 images. This slows down development on ARM Macs significantly.
This commit is contained in:
parent
2f5a42d864
commit
5bce10ed18
1 changed files with 0 additions and 3 deletions
|
|
@ -2,7 +2,6 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
mariadb:
|
mariadb:
|
||||||
image: docker.io/mariadb:10.6
|
image: docker.io/mariadb:10.6
|
||||||
platform: linux/amd64
|
|
||||||
command:
|
command:
|
||||||
- --character-set-server=utf8mb4
|
- --character-set-server=utf8mb4
|
||||||
- --collation-server=utf8mb4_unicode_ci
|
- --collation-server=utf8mb4_unicode_ci
|
||||||
|
|
@ -38,11 +37,9 @@ services:
|
||||||
|
|
||||||
redis-cache:
|
redis-cache:
|
||||||
image: docker.io/redis:alpine
|
image: docker.io/redis:alpine
|
||||||
platform: linux/amd64
|
|
||||||
|
|
||||||
redis-queue:
|
redis-queue:
|
||||||
image: docker.io/redis:alpine
|
image: docker.io/redis:alpine
|
||||||
platform: linux/amd64
|
|
||||||
|
|
||||||
frappe:
|
frappe:
|
||||||
image: docker.io/frappe/bench:latest
|
image: docker.io/frappe/bench:latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue