Skip to content

Commit

Permalink
updated docker-compose image refs
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Mar 18, 2024
1 parent efc8901 commit ab1eedb
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 @@ -8,7 +8,7 @@ services:
vb-nginx:
restart: unless-stopped
build: ./vb_nginx
image: vb-nginx-test
image: ghcr.io/quanted/vb_nginx:dev-aws
container_name: vb-nginx
ports:
- "80:80"
Expand All @@ -20,7 +20,7 @@ services:
vb-django:
restart: unless-stopped
build: ./vb_django
image: vb-django-test
image: ghcr.io/quanted/vb_django:dev
container_name: vb-django
command: ["sh", "/opt/app/start-server.sh"]
expose:
Expand All @@ -31,7 +31,7 @@ services:

vb-dask-scheduler:
restart: unless-stopped
image: ghcr.io/quanted/vb_dask:master
image: ghcr.io/quanted/vb_dask:dev
container_name: vb-dask-scheduler
hostname: dask-scheduler
expose:
Expand All @@ -41,7 +41,7 @@ services:

vb-dask-worker:
restart: unless-stopped
image: ghcr.io/quanted/vb_dask:master
image: ghcr.io/quanted/vb_dask:dev
container_name: vb-dask-worker
hostname: dask-worker
command: ["conda", "run", "-n", "pyenv", "--no-capture-output", "dask-worker", "vb-dask-scheduler:8786"]
Expand Down

0 comments on commit ab1eedb

Please sign in to comment.