Loading theia/docker-compose.theia.yml 0 → 100644 +14 −0 Original line number Diff line number Diff line version: '2' services: theia: image: theiaide/theia volumes: - '${HOME}:/home/project:cached' networks: - 'srv' restart: always labels: - 'traefik.enable=true' - 'traefik.frontend.rule=Host:theia.${SITE}' - 'traefik.port=3000' Loading
theia/docker-compose.theia.yml 0 → 100644 +14 −0 Original line number Diff line number Diff line version: '2' services: theia: image: theiaide/theia volumes: - '${HOME}:/home/project:cached' networks: - 'srv' restart: always labels: - 'traefik.enable=true' - 'traefik.frontend.rule=Host:theia.${SITE}' - 'traefik.port=3000'