Skip to content

Commit

Permalink
deps: use timeside 0.9 image, build locally by default
Browse files Browse the repository at this point in the history
  • Loading branch information
yomguy committed Sep 24, 2020
1 parent 046340f commit b71c3ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM parisson/timeside:latest-dev
FROM parisson/timeside:0.9

MAINTAINER Guillaume Pellerin <yomguy@parisson.com>, Thomas fillon <thomas@parisson.com>

Expand Down
2 changes: 1 addition & 1 deletion app/bin/app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gid='www-data'
# pip install django-debug-toolbar==1.6
# pip install -e git+https://github.com/Parisson/django-jqchat.git@dj1.8#egg=django-jqchat
# pip install -e git+https://github.com/Parisson/saved_searches.git@dj1.8#egg=saved_searches-2.0.0-beta
pip install -U youtube-dl librosa
pip install -U youtube-dl librosa django-cacheops==4.2

# install plugins
/srv/app/bin/setup_plugins.sh
Expand Down
1 change: 1 addition & 0 deletions app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,3 +381,4 @@
SILENCED_SYSTEM_CHECKS = ['fields.W342',]

FIRST_YEAR_PUBLISHED = 1857 # Year of patent filing of the 1st sound recorder by Édouard-Léon Scott de Martinville

6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ search:
image: elasticsearch:1.7

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

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

0 comments on commit b71c3ad

Please sign in to comment.