Skip to content

Commit

Permalink
docker: use official image (master branch only)
Browse files Browse the repository at this point in the history
  • Loading branch information
yomguy committed Sep 24, 2020
1 parent b71c3ad commit facb54a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ search:
image: elasticsearch:1.7

app:
# image: parisson/telemeta:1.7
build: .
image: parisson/telemeta:1.7
#build: .
volumes:
- ./app:/srv/app
- ./telemeta:/srv/lib/telemeta/telemeta
Expand All @@ -71,8 +71,8 @@ app:
- "8000:8000"

worker:
# image: parisson/telemeta:1.7
build: .
image: parisson/telemeta:1.7
#build: .
volumes_from:
- app
- data
Expand Down

0 comments on commit facb54a

Please sign in to comment.