Skip to content

chore: 馃嵃 Change `image` Entries In Docker Compose Files And Fix Apple M1 Problem

Created by: Tirokk

馃嵃 Pullrequest

Remove image entries in docker compose files and fix Apple M1 problem.

Issues

Questions

  • can the image entries really be removed from docker-compose.yml?
    • or do we have to override them by emptying them somehow by docker-compose.override.yml?
      • I just renamed them all
  • remove image entries from docker-compose.test.yml as well?
    • no, they will stay
  • may change command docker-compose to new docker compose notation?
  • fix Apple M1 Docker Compose build problem, see https://stackoverflow.com/questions/65612411/forcing-docker-to-use-linux-amd64-platform-by-default-on-macos
    • may add docker-compose.apple-m1.override.yml for overriding?
      • refine docs with Apple M1 informations and the new command?
        • $ docker-compose -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.apple-m1.override.yml up
    • after that export DOCKER_DEFAULT_PLATFORM=linux/amd64 is an other possibility that work for me
      • should be set then in a global and stable manner

Todo

  • change docker compose maintenance service port from 5000 to 3001
    • because it is said that macOS has a standard use of port5000

Merge request reports