apogiatzis / docker-compose-livereloader

A docker compose pattern to enable automatic container reloading.
77 stars 12 forks source link

Documentation leftovers & update image to original repo #15

Open dreamPathsProjekt opened 2 years ago

dreamPathsProjekt commented 2 years ago

Overview

This PR should be merged, only when https://hub.docker.com/r/apogiatzis/livereloading is built with newer updates on master branch. It is also a good practice to create git tags from master and also push these tags to the image, additionally to latest.

Changelog

jdesilvio commented 2 years ago

@apogiatzis Can you push the latest image to Docker hub please?

pixeline commented 2 years ago

@apogiatzis dockerhub still serves python:3.7 - which prevents this to work on Apple M1 machines. Can you update the DockerHub image please?

dj-fiorex commented 1 year ago

@pixeline you can run it on apple mac m1 and m2 by adding this to your docker-compose-with-reload.yml - OBSERVER_TYPE=1 to the environment section of live-reloader