You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
432 B

version: '3'
services:
ide:
restart: unless-stopped
image: theiaide/theia-full #Image with all
container_name: theia
#init: true
ports:
- "127.0.0.1:50003:3000"
- "127.0.0.1:50004:8080"
healthcheck:
test: "curl -s -o /dev/null -w \"%{http_code}\" localhost:3000 | grep -q 200"
interval: 300s
timeout: 10s
retries: 2
volumes:
- ./project:/home/project/:cached