Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

Install app within Docker

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 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 !
 

Buy us a coffee!

Back
Top Bottom