Skip to content
Snippets Groups Projects

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

Created by: Tirokk

:cake: 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

Merged by avatar (Jun 7, 2025 4:23pm UTC)

Merge details

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Created by: ogerly

    Review: Approved

  • Merged by: Tirokk at 2022-07-18 18:01:13 UTC

  • Please register or sign in to reply
    Loading