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