Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker container issues #41

Open
L1ncx opened this issue May 25, 2022 · 2 comments
Open

Docker container issues #41

L1ncx opened this issue May 25, 2022 · 2 comments

Comments

@L1ncx
Copy link

L1ncx commented May 25, 2022

Hi, when i run the docker-compose in the CTS i noticed that the docker_nginx is always in RESTARTING status and the docker_certbot in the EXITED status. Is this expected?
image

This is the modifications I did after cloning the repo.

cts/.env
image

cts/docker-compose
image

I can still view the CATAPULT CTS client https://127.0.0.1:3399/client/#/ though and can upload a course (though i couldn't launch it see #40).

@catmeme
Copy link

catmeme commented May 27, 2022

I ran into this as well.

I was able to get SSL working by generating the certificate on the host:

./init-ssl.sh localhost

However, you'll likely run into this issue (#39) next, after you add an LRS (#40).

@servosdesign
Copy link

I'm running into the same issue and had to run the
./init-ssl.sh localhost
and then had to change the routing in the default.conf:

        ssl_certificate     /usr/share/keys/live/localhost/fullchain.pem;
        ssl_certificate_key /usr/share/keys/live/localhost/privkey.pem;

There is still one container not running
image

and now i'm getting the (#40) as mentioned by @catmeme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants