Skip to content

Commit

Permalink
Change image name
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-flam committed Jun 5, 2020
1 parent c26b731 commit 7a11c3c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ services:


backend:
image: docker.pkg.github.com/samsung/qaboard:backend
image: docker.pkg.github.com/samsung/qaboard/backend
build:
cache_from: [docker.pkg.github.com/samsung/qaboard:backend]
cache_from: [docker.pkg.github.com/samsung/qaboard/backend]
context: .
dockerfile: backend/Dockerfile
# Wait for the database to be ready - https://docs.docker.com/compose/startup-order/
Expand All @@ -89,18 +89,18 @@ services:
- GITLAB_ACCESS_TOKEN

frontend:
image: docker.pkg.github.com/samsung/qaboard:frontend
image: docker.pkg.github.com/samsung/qaboard/frontend
build:
cache_from: [docker.pkg.github.com/samsung/qaboard:frontend]
cache_from: [docker.pkg.github.com/samsung/qaboard/frontend]
context: webapp
shm_size: 4gb
volumes:
- frontend_builds:/builds

website:
image: docker.pkg.github.com/samsung/qaboard:website
image: docker.pkg.github.com/samsung/qaboard/website
build:
cache_from: [docker.pkg.github.com/samsung/qaboard:website]
cache_from: [docker.pkg.github.com/samsung/qaboard/website]
context: website
shm_size: 4gb
args:
Expand Down Expand Up @@ -137,9 +137,9 @@ services:

# IIIF image server to serve images as tiles
cantaloupe:
image: docker.pkg.github.com/samsung/qaboard:cantaloupe
image: docker.pkg.github.com/samsung/qaboard/cantaloupe
build:
cache_from: [docker.pkg.github.com/samsung/qaboard:cantaloupe]
cache_from: [docker.pkg.github.com/samsung/qaboard/cantaloupe]
context: ./services/cantaloupe
expose:
- "8182"
Expand Down

0 comments on commit 7a11c3c

Please sign in to comment.