Skip to content

Commit

Permalink
Merge pull request #302 from silinternational/feature/fix-local-dev-f…
Browse files Browse the repository at this point in the history
…or-mac-chips

Release 7.0.9 - Fix local development for Mac chips
  • Loading branch information
forevermatt authored Jan 8, 2025
2 parents 2ad9012 + 08af13a commit dcd972a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
<<: *db_healthcheck

phpmyadmin:
image: phpmyadmin/phpmyadmin:latest
image: phpmyadmin:5
ports:
- "51151:80"
environment:
Expand Down Expand Up @@ -129,6 +129,7 @@ services:

email:
image: silintl/email-service:1
platform: linux/amd64
depends_on:
emaildb:
condition: service_healthy
Expand Down Expand Up @@ -163,7 +164,7 @@ services:
<<: *db_healthcheck

emailpma:
image: phpmyadmin/phpmyadmin:latest
image: phpmyadmin:5
ports:
- "51152:80"
environment:
Expand All @@ -173,6 +174,7 @@ services:

zxcvbn:
image: wcjr/zxcvbn-api:1.1.0
platform: linux/amd64

brokerDb:
image: mariadb:10
Expand All @@ -184,7 +186,7 @@ services:
<<: *db_healthcheck

brokerpma:
image: phpmyadmin/phpmyadmin:latest
image: phpmyadmin:5
ports:
- "51158:80"
environment:
Expand All @@ -194,6 +196,7 @@ services:

broker:
image: silintl/idp-id-broker:6
platform: linux/amd64
ports:
- "51154:80"
depends_on:
Expand Down Expand Up @@ -249,6 +252,7 @@ services:

raml2html:
image: mattjtodd/raml2html
platform: linux/amd64
volumes:
- ./api.raml:/api.raml
- ./api.html:/api.html
Expand Down

0 comments on commit dcd972a

Please sign in to comment.