Missing asset files on Docker installation

Infos:

  • Used Zammad version: Latest Docker Image
  • Used Zammad installation type: (source, package, docker-compose, …) Docker-Compose
  • Operating system: Debian 12
  • Browser + version: Zen and Brave with the latest updates

Expected behavior:

  • Login Page will load after a Backup Restore

Actual behavior:

  • Login page in a infinit loading screen

Steps to reproduce the behavior:

  • Use Docker-Compose with custom asset directory

Hello Guys,
i tried installing Zammad for a second time in Docker.
I made custom folders on my second driver and put all the files from /opt/zammad/public inside of this folder so that my custom nginx docker container can reach them.
Now I’m facing a problem.
Zammad is stuck at an infinit loading screen.
Document, CSS and Icon are loading, but Fonts and JavaScript don’t.
I looked up the files inside the Docker container and can confirm that they are not there.
I’m guessing Zammad Docker uses different files then Zammad Bare Metal?
I tried recreating them with " RAILS_ENV=production bundle exec rake assets:precompile" but i ran into a JavaScript Error and I can’t install Node.JS (which I would need) inside the Docker Container because of permissions.

Any help would be highly appriciated :smiley: