Clément Gineste

Results 8 comments of Clément Gineste

> How are you expecting the `required` option to work? If it's false, and the env file doesn't exist, don't worry about it? I don't particularly see the use case...

Got something similar here, i guess, https://github.com/docker/compose/issues/11772

Got something similar here but not using `include` directive. Any interpolation variables from something else than `.env` is not working. Exemple : ``` env_file: vpn.env environment: HOMEPAGE_VAR_USER_NAME: "${USER_NAME:-Téléporteur pas configuré...

If you use `env_file` in the include section, then it acts as source(s) for interpolation :D

If is still happening can you check if freeswitch using a lot of interrup/context switching ? Do you monitor with netdata and see some drop into metrology logging (indicating cpu...

I started to look into .docker and GHA workflows, i see there is a base image used as base (hihi) for later images and a lot of version for intel...

Actually i think base image is not needed, we can directly build final image and avoid another step. And in the mean time step-up to Bookworm.

No one experimented the same issue ?