Export the service image, deploy it locally, start compose-docker up -d, the interface_config.js file is not generated
Did you make any changes to the default image? What are the logs of the web container startup?
We no longer ship a default interface_config.js file, how old is the image you are trying to use?
stable-7287 version
Ah I think I see now.
We put those files there at build time: docker-jitsi-meet/Dockerfile at master · jitsi/docker-jitsi-meet · GitHub
So if you modify the dockerfile not to do that then things will break, as you can see.