nicodak
New Coder
Hello,
My name is Nicolas and i'm a french admin of a dev community, like yours but in french 😉
Hope i don't make mistake posting here.
(I'm nicodak on XenForo Community too.)
Well, i would like to install an online IDE on my server and the IDE you use seems to be interesting so since yesterday night i try to install it qith Docker.
I don't know if you installed it with docker too.
I meet problems with the procedure since the app has been installed on my local server instead my live server.
I suspect a misconfiguration in
What i have to put in xxxxxxx fields ?
- VIRTUAL_HOST= xxxxxxxx
- LETSENCRYPT_HOST = xxxxxxxxx
I tried my domain name without https and www but the install performed on local.
Any ghelp will be appreciate.
Thank you !
My name is Nicolas and i'm a french admin of a dev community, like yours but in french 😉
Hope i don't make mistake posting here.
(I'm nicodak on XenForo Community too.)
Well, i would like to install an online IDE on my server and the IDE you use seems to be interesting so since yesterday night i try to install it qith Docker.
I don't know if you installed it with docker too.
I meet problems with the procedure since the app has been installed on my local server instead my live server.
I suspect a misconfiguration in
docker-compose.yml
, this part particulary
Code:
server:
image: judge0/judge0:1.12.0
environment:
- VIRTUAL_HOST= xxxxxxxxxx
- LETSENCRYPT_HOST= xxxxxxxxxxxx
- [email protected]
volumes:
- ./judge0.conf:/judge0.conf:ro
privileged: true
<<: *default-logging
restart: always
What i have to put in xxxxxxx fields ?
- VIRTUAL_HOST= xxxxxxxx
- LETSENCRYPT_HOST = xxxxxxxxx
I tried my domain name without https and www but the install performed on local.
Any ghelp will be appreciate.
Thank you !