docker-magento VS self-hosted

Compare docker-magento vs self-hosted and see what are their differences.

self-hosted

Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept (by getsentry)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
docker-magento self-hosted
20 28
2,385 7,264
- 2.7%
9.1 9.0
6 days ago 5 days ago
Shell Shell
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

docker-magento

Posts with mentions or reviews of docker-magento. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-16.
  • Images are not being displayed in frontend and admin panel is not loading in backend in a freshly installed magento 2.4.7
    1 project | /r/magento2 | 7 Dec 2023
    Mark Shust's Magento Docker
  • Docker container installed using WSL2 does not show in Docker Desktop
    1 project | /r/docker | 12 Jun 2023
    I am very new to docker as well as WSL2 so it is very possible I am overlooking something rather obvious. I am trying to install Magento on my Windows 10 machine using https://github.com/markshust/docker-magento.
  • Blank Page and Not Connecting Admin after Production Mode/Di:Compile
    1 project | /r/magento2 | 18 May 2023
  • Magento 2.4.5 Docker Setup
    4 projects | /r/Magento | 16 Mar 2023
  • is working on magento as a junior developer is the best idea?
    2 projects | /r/Magento | 10 Mar 2023
    Get a local development environment setup using Mark Shust's Magento Docker project - Mark is super helpful and the README is quite comprehensive
  • Magento 2.4 Local Development Setup - Mac M2
    6 projects | /r/Magento | 21 Feb 2023
    M2 MacBook Pro user here too. I've never used Warden so I'm not going to be too much help there however I can recommend Mark Shust's Docker setup if you're open to using something else. I've used it Ubuntu, MacOS, Apple Silicon, Intel, and AMD platforms without issue.
  • dev enviroment: windows wsl2 ubuntu docker vs vmware player 17 ubuntu docker
    2 projects | /r/Magento | 11 Feb 2023
    For more details I compared both setups. For both I use https://github.com/markshust/docker-magento Magento 2 docker stuff. Using Windows was nice as I like having everything there like I already had phpstorm, my clipboard manager, chrome, etc. But Windows just uses up all the ram quickly and becomes laggy. I debated about going the vmware route but just do it, it doesn't take that long to setup. I benchmarked a simple page request after clearing caches in Magento 2 and the performance is actually a little better (8%) in vmware docker than windows wsl2.
  • Anyone with a Magento test server I can connect API to for testing?
    2 projects | /r/Magento | 3 Oct 2022
  • Connect local /etc/host with docker
    2 projects | /r/docker | 28 Sep 2022
    ## Mark Shust's Docker Configuration for Magento ## (https://github.com/markshust/docker-magento) ## ## Version 43.2.0 ## To use SSH, see https://github.com/markshust/docker-magento#ssh ## Linux users, see https://github.com/markshust/docker-magento#linux ## If you changed the default Docker network, you may need to replace ## 172.17.0.1 in this file with the result of: ## docker network inspect bridge --format='{{(index .IPAM.Config 0).Gateway}}' version: "3" services: app: image: markoshust/magento-nginx:1.18-8 ports: - "80:8000" - "443:8443" volumes: &appvolumes - ~/.composer:/var/www/.composer:cached - ~/.ssh/id_rsa:/var/www/.ssh/id_rsa:cached - ~/.ssh/known_hosts:/var/www/.ssh/known_hosts:cached - appdata:/var/www/html - sockdata:/sock - ssldata:/etc/nginx/certs extra_hosts: &appextrahosts ## Selenium support, replace "magento.test" with URL of your site - "magento.test:172.17.0.1" phpfpm: image: markoshust/magento-php:8.1-fpm-1 volumes: *appvolumes env_file: env/phpfpm.env #extra_hosts: *appextrahosts db: image: mariadb:10.4 command: --max_allowed_packet=64M --optimizer_use_condition_selectivity=1 --optimizer_switch="rowid_filter=off" ports: - "3306:3306" env_file: env/db.env volumes: - dbdata:/var/lib/mysql redis: image: redis:6.2-alpine ports: - "6379:6379" elasticsearch: image: markoshust/magento-elasticsearch:7.16-0 ports: - "9200:9200" - "9300:9300" environment: - "discovery.type=single-node" ## Set custom heap size to avoid memory errors - "ES_JAVA_OPTS=-Xms1g -Xmx1g" ## Avoid test failures due to small disks ## More info at https://github.com/markshust/docker-magento/issues/488 - "cluster.routing.allocation.disk.threshold_enabled=false" - "index.blocks.read_only_allow_delete" rabbitmq: image: markoshust/magento-rabbitmq:3.9-0 ports: - "15672:15672" - "5672:5672" volumes: - rabbitmqdata:/var/lib/rabbitmq env_file: env/rabbitmq.env mailcatcher: image: sj26/mailcatcher ports: - "1080:1080" ## Blackfire support, uncomment to enable #blackfire: # image: blackfire/blackfire:2 # ports: # - "8307" # env_file: env/blackfire.env ## Selenium support, uncomment to enable #selenium: # image: selenium/standalone-chrome-debug:3.8.1 # ports: # - "5900:5900" # extra_hosts: *appextrahosts volumes: appdata: dbdata: rabbitmqdata: sockdata: ssldata:
  • Module Development in Magento 2 (Adobe Commerce): Registering a Module
    1 project | dev.to | 21 Aug 2022
    You have an install of Magento 2 that you can develop with (if you don't then this repo with docker will work wonders.

self-hosted

Posts with mentions or reviews of self-hosted. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-05.
  • Sentry new TOS to use data to train AI with no opt-out
    2 projects | news.ycombinator.com | 5 Jan 2024
    This is the point where I will point out that you can self-host Sentry free of charge :) https://develop.sentry.dev/self-hosted/
  • Low cost self-hosted bug reporting?
    1 project | /r/laravel | 8 Dec 2023
    Sentry can be self hosted: https://develop.sentry.dev/self-hosted/
  • FSL: A License for the Bazaar, Not the Cathedral
    4 projects | news.ycombinator.com | 19 Nov 2023
    The people we're concerned about are not the hundreds of thousands of Sentry users, including those that self-host.

    We're concerned about people who have taken the software for the purposes of competing directly against us, that hinders our ability to monetize the work. Monetizing the work helps us continue improving the software and distribute it for free use, benefitting those aforementioned real users (e.g. https://github.com/getsentry/self-hosted).

  • Show HN: A open-source financial accounting alternative to QuickBooks
    5 projects | news.ycombinator.com | 25 Sep 2023
    > I mean no slander or disrespect to anyone involved, but there was a DataDog alternative posted sometime in the last few weeks that had a docker-compose with like 15 containers in it.

    Reminds me of Sentry: https://develop.sentry.dev/self-hosted/

    This is their example docker-compose for self-hosting: https://github.com/getsentry/self-hosted/blob/master/docker-...

    It has:

      - exim4 (smtp)
  • OpenTelemetry in 2023
    36 projects | news.ycombinator.com | 28 Aug 2023
    > What should people use?

    I recall Apache Skywalking being pretty good, especially for smaller/medium scale projects: https://skywalking.apache.org/

    The architecture is simple, the performance is adequate, it doesn't make you spend days configuring it and it even supports various different data stores: https://skywalking.apache.org/docs/main/v9.0.0/en/setup/back...

    The problems with it are that it isn't super popular (although has agents for most popular stacks), the docs could be slightly better and I recall them also working on a new UI so there is a little bit of churn: https://skywalking.apache.org/downloads/

    Still better versus some of the other options when you need something that just works instead of spending a lot of time configuring something (even when that something might be superior in regards to the features): https://github.com/getsentry/self-hosted/blob/master/docker-...

    Sentry is just the first thing that comes to mind (OpenTelemetry also isn't simpler due to how much it tries to do), but compare its complexity to Skywalking: https://github.com/apache/skywalking/blob/master/docker/dock...

    I wish there was more self-hosted software like that out there, enough to address certain concerns in a simple way on day 1 and leave branching out to more complex options like OpenTelemetry once you have a separate team for that and the cash is rolling in.

  • Why use application stacks script installers
    1 project | /r/selfhosted | 24 Jun 2023
  • OpenObserve: Elasticsearch/Datadog alternative in Rust.. 140x lower storage cost
    10 projects | news.ycombinator.com | 11 Jun 2023
    Sounds interesting!

    Will you compare with qryn? Self-hosted sentry?

    qryn.metrico.in/

    https://develop.sentry.dev/self-hosted/

  • Insufficient logging
    1 project | /r/django | 11 Jun 2023
    I haven't done it in years, but technically sentry is able to be self hosted https://github.com/getsentry/self-hosted
  • Cloud Native Alternative to Sentry?
    2 projects | /r/kubernetes | 18 May 2023
  • Show HN: We built a ClickHouse-based logging service
    10 projects | news.ycombinator.com | 20 Apr 2023
    yes to the second https://github.com/getsentry/self-hosted/blob/23.4.0/docker-... and only after the embargo is over to the first: https://github.com/getsentry/self-hosted/blob/23.4.0/LICENSE...

    I also miss the "good old days" when running sentry was like 3 containers, not the 32 of modern Sentry

What are some alternatives?

When comparing docker-magento and self-hosted you can also consider the following projects:

docker-magento2 - Magento 2.4, Apache 2.4, PHP 7.4, MariaDB 10.4.16, Elasticsearch 7.6.0, Varnish 6.4.0

Sentry - Developer-first error tracking and performance monitoring

ddev - Docker-based local PHP+Node.js web development environments

Code-Server - VS Code in the browser

warden - Warden is a CLI utility for orchestrating Docker based developer environments [Moved to: https://github.com/wardenenv/warden]

apprise - Apprise - Push Notifications that work with just about every platform!

warden - Warden is a CLI utility for orchestrating Docker based developer environments

zammad-docker-compose - Zammad Docker images for docker-compose

devcontainers-mongodb-replica-set-with-docker - Docker based development container template to run a MongoDB replica set cluster in local machine.

ML-Workspace - 🛠 All-in-one web-based IDE specialized for machine learning and data science.

wordpress-docker-compose - Easy Wordpress development with Docker and Docker Compose

JupyterLab - JupyterLab computational environment.