Skip to content

Commit

Permalink
Add latest docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLyra8 committed Aug 11, 2023
1 parent a85fb8f commit ab2d1a2
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 ab2d1a2

Please sign in to comment.