Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ad-m-patch-7' into black-update
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Oct 9, 2020
2 parents 0868705 + 03f9f3c commit 9571f12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Expand Up @@ -24,7 +24,8 @@ services:
context: .
dockerfile: .contrib/docker/Dockerfile.web
args:
PYTHON_VERSION: '${PYTHON_VERSION:-3}'
# Match to production environment
PYTHON_VERSION: '${PYTHON_VERSION:-3.6.9}'
DJANGO_VERSION: '${DJANGO_VERSION:-==2.2.*}'
volumes: &webVolumes
- .:/code
Expand Down Expand Up @@ -54,4 +55,4 @@ services:
- "9200:9200"

tika:
image: quay.io/watchdogpolska/apache-tika
image: quay.io/watchdogpolska/apache-tika

0 comments on commit 9571f12

Please sign in to comment.