docker-compose not working #11742
-
|
Hello, I followed these steps here: https://docs.artemis.cit.tum.de/dev/setup/docker-compose.html (steps 1-4) I want to use the normal Do i have to edit some config files? My system: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @gamebeaker, Now, starting Artemis with If you have any further questions, please don't hesitate to contact us again. |
Beta Was this translation helpful? Give feedback.


Hi @gamebeaker,
Thanks for using Artemis. We are happy to help you with setting up Artemis.
The Docker Compose setup is basically ready to go. As the logs indicate (
The name of the operator (university) must be configured, but is not!), you have to set the name of the operator and admin before being able to start Artemis in a production-like setup. Sane default values are all present, but this is a single value we cannot prefill in a sensible way, and therefore, you have to adapt this value.To do so, you can simply append the following two lines to the
docker/artemis/config/prod.envfile:Now…