mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[Bug]: dev set up with docker compose fails (mac os, python 3.12, node v18) #546
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jaycoolslm on GitHub (Jul 15, 2024).
Where is the problem occurring?
I'm not sure
What browsers are you seeing the problem on?
Other
Current behaviour
I am using a M2 macbook pro and running
docker compose -f docker-compose-dev.yml up -don my machine. Am then met with this error. Looks like something to do withnode-sassdistutilslooks like same error as here https://github.com/plankanban/planka/issues/818
Desired behaviour
In this situation I expect that the the docker containers spin up first time
Steps to reproduce
cloned repo,
docker compose -f docker-compose-dev.yml up -dOther information
No response
@meltyshev commented on GitHub (Jul 15, 2024):
Hi! Thanks for reporting this. I used to run into the same problem all the time before. We'll try to test the dev version when we get some time.
@lebaudantoine commented on GitHub (Jul 15, 2024):
Adding
platform: linux/amd64made it work on my side.I have added it on every service.
ex:
I am on MacOS v13, and use https://orbstack.dev/ to run my docker set-up.
@jaycoolslm commented on GitHub (Jul 16, 2024):
Thanks @lebaudantoine will try this out... but off experience I imagine this is the fix... usually is when running docker on ARM chips XD so much for containerisation being operable on all OS haha
@jaycoolslm commented on GitHub (Jul 25, 2024):
Yup this worked (ish)... its actually only needed for the client container though. Server container is okay - client container has deps on node-sass