Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
artur committed Feb 4, 2024
1 parent 05ea0d2 commit 037d760
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:

fits:
image: artourkin/fits-web:main
image: artourkin/fits-web:release-0.8
container_name: fits
env_file: .env
networks:
Expand All @@ -13,7 +13,7 @@ services:
- 8081:8080

rest:
image: artourkin/fitsinn-rest:main
image: artourkin/fitsinn-rest:release-0.8
container_name: rest
env_file: .env
networks:
Expand All @@ -26,7 +26,7 @@ services:
- db-docker

web:
image: artourkin/fitsinn-web:main
image: artourkin/fitsinn-web:release-0.8
container_name: web
env_file: .env
networks:
Expand Down

0 comments on commit 037d760

Please sign in to comment.