Skip to content

Commit

Permalink
Merge pull request #22 from lnls-sirius/dev
Browse files Browse the repository at this point in the history
Add latest docker tag
  • Loading branch information
RafaelLyra8 authored Aug 11, 2023
2 parents 4ca2df9 + ab2d1a2 commit a918d5a
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,31 @@ version: '3.8'
services:
backend:
container_name: 'rad-det-api'
image: 'ghcr.io/lnls-sirius/rad-det-backend:1.2.1'
image: 'ghcr.io/lnls-sirius/rad-det-backend:1.2.2'
build:
context: ./back_end
ports:
- 80:80

backend-latest:
container_name: 'rad-det-api'
image: 'ghcr.io/lnls-sirius/rad-det-backend'
build:
context: ./back_end
ports:
- 80:80

frontend:
container_name: 'rad-det'
image: 'ghcr.io/lnls-sirius/rad-det-frontend:1.2.2'
image: 'ghcr.io/lnls-sirius/rad-det-frontend:1.2.3'
build:
context: ./front_end
ports:
- 3000:80

frontend-latest:
container_name: 'rad-det'
image: 'ghcr.io/lnls-sirius/rad-det-frontend'
build:
context: ./front_end
ports:
Expand Down

0 comments on commit a918d5a

Please sign in to comment.