diaspora/docker/develop
Benjamin Neff a4d45358a2
Set listen not only on localhost when used in docker
When puma was introduced in #8392 the default listen configuration was
set to only localhost, which makes sense for most development setups,
but when run within docker, it needs to listen on all IPs so the port
can be forwarded to be accessable outside of docker.

Because the new default makes sense without docker, I overwrite the
option with a environment variable only in the docker-setup. This also
ensures that it always contains the right value needed for the
docker-setup to work, no matter what was configured outside of docker.
2022-09-19 04:01:16 +02:00
..
docker-compose.yml Set listen not only on localhost when used in docker 2022-09-19 04:01:16 +02:00
docker-entrypoint.sh Add redis to docker development setup 2022-09-19 04:01:16 +02:00
docker-exec-entrypoint.sh Add docker setup for development 2018-10-28 22:09:06 +01:00
Dockerfile Upgrade development Dockerfile to debian bullseye 2022-07-21 23:24:55 +02:00