Skip to content

Commit

Permalink
try to use local images
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Apr 5, 2023
1 parent e343373 commit 1be9298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose/django/Dockerfile_fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM neurovault/neurovault
FROM neurovault

RUN apt-get -y update \
&& apt-get install -y wget subversion && \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: .
dockerfile: ./compose/django/Dockerfile_fs
pull_policy: never
image: neurovault/neurovault_fs
image: neurovault_fs
command: python manage.py runserver 0.0.0.0:8000
ports:
- "8000:8000"
Expand Down Expand Up @@ -36,7 +36,7 @@ services:
build:
context: .
dockerfile: ./compose/django/Dockerfile
image: neurovault/neurovault
image: neurovault
command: celery -A neurovault.celery worker -Q default -n default@%h
volumes:
- .:/code
Expand Down

0 comments on commit 1be9298

Please sign in to comment.