pixelated / pixelated-dispatcher

Server component of Pixelated that allows running multiple instances of the user agent on a single server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

user-agent logs should be stored on a central space

cz8s opened this issue · comments

when the user-agent runs inside docker, it logs to its on filesystem inside its own docker image.
Problem is, that these logs are only readable from inside docker and that they make the docker images bigger and
the images for different users will differ.
We want a dedicated mount for the logs outside of docker.

Already done on another story