Skip to content

Commit

Permalink
Version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLyra8 committed Aug 9, 2023
1 parent ec330a5 commit a85fb8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ version: '3.8'
services:
backend:
container_name: 'rad-det-api'
image: 'ghcr.io/lnls-sirius/rad-det-backend:1.2.0'
image: 'ghcr.io/lnls-sirius/rad-det-backend:1.2.1'
build:
context: ./back_end
ports:
- 80:80
frontend:
container_name: 'rad-det'
image: 'ghcr.io/lnls-sirius/rad-det-frontend:1.2.1'
image: 'ghcr.io/lnls-sirius/rad-det-frontend:1.2.2'
build:
context: ./front_end
ports:
Expand Down

0 comments on commit a85fb8f

Please sign in to comment.