com-pas / compas-deployment

CoMPAS Deployment repository
Apache License 2.0
2 stars 2 forks source link

Apple Silicon Support #122

Open trusz opened 1 year ago

trusz commented 1 year ago

User Story

As a developer with an Apple Silicon (M1) laptop

I want to run CoMPAS locally

So that I can try it out and eventually work on it

Acceptance criteria

Hints

image
Sander3003 commented 1 year ago

@pascalwilbrink can you run it?

pascalwilbrink commented 1 year ago

for ARM64 based machines, you need to specify the platform:

docker-compose --env-file compas/.env -f compas/docker-compose-postgresql up -d --build --platform linux/amd64