docker icon indicating copy to clipboard operation
docker copied to clipboard

Apply env variables on each startup

Open ne20002 opened this issue 10 months ago • 1 comments

Using docker it is very common, that certain configuration values are passed as env variables. It is also common that changing those values result in changed values in the docker container.

Currently the env variables passed to the friendica docker container are only used during install phase and afterwards ignored.

ne20002 avatar Feb 02 '25 14:02 ne20002

The env variables for

  • the database connection
  • the mail setup
  • the redis cache

work as expected.

Still need to check the rest of the variables.

ne20002 avatar Jul 12 '25 19:07 ne20002