czcorpus / kontext

An advanced, extensible web front-end for the Manatee-open corpus search engine
GNU General Public License v2.0
59 stars 22 forks source link

Docker-compose install errors #6199

Open archomt opened 2 months ago

archomt commented 2 months ago

Hello,

When I install the kontext with "docker-compose -f docker-compose.yml -f docker-compose.mysql.yml --env-file .env.mysql up ", I have following errors:

image
tomachalek commented 1 month ago

Hello, thanks for reporting the issue. Please check the latest version from the master branch - the error should be fixed by now.

archomt commented 1 month ago

Thank you very much. The errors are fixed. But I got following errors:

1716217481189 1716217556621

I install the kontext with "docker-compose -f docker-compose.yml -f docker-compose.mysql.yml --env-file .env.mysql up " without any modification.

tomachalek commented 1 month ago

Thanks for the info, we'll look into it further.

tomachalek commented 1 month ago

It seems that the problem is due to the fact that we recently switched to Docker Compose V2 and forgot to mention that in the documentation - sorry about that. Upgrading KonText to the latest master and Docker Compose to version 2 should fix it.

archomt commented 1 month ago

Thank you for your quick reply. But errors still exist:

af562ff9c1171b43fd806c7b4aee5bf 1716307700915
mzimandl commented 1 month ago

Are you sure, you are running it with the compose v2 (docker compose ... not docker-compose ...)?

docker compose -f docker-compose.yml -f docker-compose.mysql.yml --env-file .env.mysql up
archomt commented 1 month ago

When I install kontext with docker compose V2, previous errors disappeared, but I got another error:

1716372163299

The command is docker compose -f docker-compose.yml -f docker-compose.mysql.yml --env-file .env.mysql up

mzimandl commented 1 month ago

Well, now I can't see, why this is happening. My clean install worked... I would try to rebuild images using --build flag

docker compose -f docker-compose.yml -f docker-compose.mysql.yml --env-file .env.mysql up --build