nginx statt produktiv

This commit is contained in:
2021-01-01 20:37:16 +00:00
parent 5e3bc6c80e
commit ddafccdd31

View File

@@ -57,14 +57,19 @@ services:
- ./services/nginx/default.conf:/etc/nginx/conf.d/default.conf - ./services/nginx/default.conf:/etc/nginx/conf.d/default.conf
ports: ports:
- "5000:80" - "5000:80"
bot: # bot:
image: bot # image: bot
build: . # build: .
environment: # environment:
TARGET: https://andis.2020.fet.at # TARGET: https://andis.2020.fet.at
SOLR_HOST: http://solr:8983 # SOLR_HOST: http://solr:8983
ports: # ports:
- "5000:5000" # - "5000:5000"
theia:
image: theiaide/theia-python:latest
volumes:
- .:/home/project
- ../packages:/home/packages
volumes: volumes:
data: data:
ep-mysql-volume: ep-mysql-volume: