From 33d9530a3ac7f52fb739f2b3a4de6c863b715118 Mon Sep 17 00:00:00 2001 From: Timm Lehmberg <timm.lehmberg@awhamburg.de> Date: Thu, 29 Jun 2023 18:17:33 +0200 Subject: [PATCH] added docker-compose.yml --- docker-compose.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..702ba82 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,13 @@ +version: '3' +services: + endpoint: + image: python:latest + ports: 17116:5000 +# build: +# context: . + command: > + bash -c "mkdir fcs && + git clone https://oauth:pQRaETArtVorMpJdVRM3@gitlab.rrz.uni-hamburg.de/timarkh/fcs-clarin-endpoint-hamburg.git fcs/ && + pip install -r fcs/requirements.txt && + cd fcs && + python3 main.py" -- GitLab