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