Skip to content

Commit

Permalink
Update docker with public image names
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikek committed Nov 2, 2023
1 parent 21fa5d6 commit f5830a8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions docker/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ version: '3.8'

services:
essarch:
image: essarch_dev
image: essolutionsab/essarch_dev
build:
context: ..
dockerfile: docker/Dockerfile
target: dev
environment:
ESSARCH_DIR: /ESSArch
DATABASE_URL_ESSARCH:
REDIS_URL_ESSARCH: redis://redis/1
RABBITMQ_URL_ESSARCH: amqp://guest:guest@rabbitmq:5672
Expand Down Expand Up @@ -45,7 +44,7 @@ services:
- essarch

worker:
image: essarch_dev
image: essolutionsab/essarch_dev
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -79,7 +78,7 @@ services:
- essarch

beat:
image: essarch_dev
image: essolutionsab/essarch_dev
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -113,7 +112,7 @@ services:
- essarch

datasette:
image: essarch_dev
image: essolutionsab/essarch_dev
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -151,7 +150,7 @@ services:
- essarch

yarn:
image: essarch_dev
image: essolutionsab/essarch_dev
command:
- /bin/bash
- -c
Expand Down
10 changes: 5 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
essarch:
image: essarch
image: essolutionsab/essarch
build:
context: ..
dockerfile: docker/Dockerfile
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
- essarch

worker:
image: essarch
image: essolutionsab/essarch
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -70,7 +70,7 @@ services:
- essarch

beat:
image: essarch
image: essolutionsab/essarch
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -101,7 +101,7 @@ services:
- essarch

daphne:
image: essarch
image: essolutionsab/essarch
command:
- /bin/bash
- -c
Expand Down Expand Up @@ -134,7 +134,7 @@ services:
- essarch

datasette:
image: essarch
image: essolutionsab/essarch
command:
- /bin/bash
- -c
Expand Down
Empty file modified docker/docker-entrypoint-datasette.sh
100644 → 100755
Empty file.
Empty file modified docker/docker-entrypoint-dev.sh
100644 → 100755
Empty file.

0 comments on commit f5830a8

Please sign in to comment.