Skip to content

dev: Add docker-compose.yaml and Makefile to operate it

BryanDavis requested to merge work/bd808/local-dev into 2023.1

Add some helpers for using this repo as a local development environment. make restart tail should:

  • build the horizon container from the blubber spec
  • start the container
  • mount runtime_local_settings.py into the container

By default the container's Apache2 will be exposed on port 8080. This can be changed by creating a .env file and adding HORIZON_HTTP_PORT=12345 where 12345 is the port you would like to use.

Access Horizon at http://horizon.local.wmftest.net:8080/. Replace the port number as appropriate for your HORIZON_HTTP_PORT customizations.

Merge request reports