Skip to content

Commit

Permalink
chore(prod): use 1.0 tag for deployment [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Mar 1, 2024
1 parent ab2ff72 commit 03f8191
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions epivar-prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
# Common -------------------------------------------------------------------------------------------------------------

epivar-portal:
image: ghcr.io/c3g/epivar-portal:0.18
image: ghcr.io/c3g/epivar-portal:1.0
ports:
- 80:80
depends_on:
Expand All @@ -18,7 +18,7 @@ services:
# Node 1: hg19 data --------------------------------------------------------------------------------------------------

epivar-node-1-server:
image: ghcr.io/c3g/epivar-server:0.18
image: ghcr.io/c3g/epivar-server:1.0
networks:
- epivar-node-1-server-net
- epivar-node-1-redis-net
Expand Down Expand Up @@ -79,7 +79,7 @@ services:
# Node 2: hg38 data (lifted over) ------------------------------------------------------------------------------------

epivar-node-2-server:
image: ghcr.io/c3g/epivar-server:0.18
image: ghcr.io/c3g/epivar-server:1.0
networks:
- epivar-node-2-server-net
- epivar-node-2-redis-net
Expand Down

0 comments on commit 03f8191

Please sign in to comment.