Skip to content

Commit

Permalink
chore: use gh image instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonandernovella committed Sep 26, 2023
1 parent eded70f commit 2a5a4ee
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ services:
profiles:
- staging
platform: linux/x86_64
build:
context: ./mimir-ui
dockerfile: ./Dockerfile
args:
SERVER_DOMAIN: ${SERVER_DOMAIN:-mimir-test.nbis.se}
image: ghcr.io/nbisweden/mimir-client:${TAG:-latest}
env_file:
- client.env
networks:
Expand Down Expand Up @@ -58,10 +54,7 @@ services:
profiles:
- staging
platform: linux/x86_64
build:
context: ./mimir-server
dockerfile: ./Dockerfile
target: wsgi-server
image: ghcr.io/nbisweden/mimir-backend-wsgi-server:${TAG:-latest}
env_file:
- backend-wsgi-server.env
volumes:
Expand All @@ -76,9 +69,7 @@ services:
profiles:
- staging
platform: linux/x86_64
build:
context: ./mimir-server
dockerfile: ./Dockerfile
image: ghcr.io/nbisweden/mimir-backend-web-server:${TAG:-latest}
env_file:
- backend-web-server.env
ports:
Expand Down

0 comments on commit 2a5a4ee

Please sign in to comment.