diff --git a/docker-compose.yml b/docker-compose.yml index 915c9a7..85f9f1f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -57,14 +57,19 @@ services: - ./services/nginx/default.conf:/etc/nginx/conf.d/default.conf ports: - "5000:80" - bot: - image: bot - build: . - environment: - TARGET: https://andis.2020.fet.at - SOLR_HOST: http://solr:8983 - ports: - - "5000:5000" +# bot: +# image: bot +# build: . +# environment: +# TARGET: https://andis.2020.fet.at +# SOLR_HOST: http://solr:8983 +# ports: +# - "5000:5000" + theia: + image: theiaide/theia-python:latest + volumes: + - .:/home/project + - ../packages:/home/packages volumes: data: ep-mysql-volume: