Compare commits

..

No commits in common. "3abefe85226308b757ca06d58dd7c82e98c0b341" and "b66a34bce3cd0f88a593993c8862988a837c1620" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version: "3"
version: "2.2"
services:
app:
@ -10,7 +10,6 @@ services:
command: python3 webserver.py
environment:
- PYTHONPATH=/app
- PYTHONUNBUFFERED=1
networks:
- default
- traefik_net
@ -24,7 +23,6 @@ services:
image: docker.clkl.de/ma/celery:0.4.1
environment:
- PYTHONPATH=/app
- PYTHONUNBUFFERED=1
volumes:
- ./:/app
- ./data/results:/data/results