nginx statt produktiv
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user