Skip to content

Commit

Permalink
💚 fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bouali committed Apr 7, 2024
1 parent 8515cff commit cab7bc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
tags: ${{ secrets.DOCKERHUB_USERNAME }}/bsn-ui:latest

deploy:
name: Deploy Backend
name: Deploy Frontend
runs-on: self-hosted
needs: [ build-image ]
steps:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[![BSN Backend API Pipeline](https://github.com/ali-bouali/book-social-network/actions/workflows/pipeline-backend.yml/badge.svg?branch=ci%2Fpipeline)](https://github.com/ali-bouali/book-social-network/actions/workflows/pipeline-backend.yml)
[![BSN Frontend Pipeline](https://github.com/ali-bouali/book-social-network/actions/workflows/pipeline-frontend.yml/badge.svg?branch=ci%2Fpipeline)](https://github.com/ali-bouali/book-social-network/actions/workflows/pipeline-frontend.yml)
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- 1025:1025
bsn-api:
container_name: bsn-api
image: alibou/bsn-api
image: alibouali/bsn-api
environment:
EMAIL_HOST_NAME: ${EMAIL_HOST_NAME}
EMAIL_USER_NAME: ${EMAIL_USER_NAME}
Expand All @@ -37,7 +37,7 @@ services:

bsn-ui:
container_name: bsn-ui
image: alibou/bsn-ui
image: alibouali/bsn-ui
ports:
- 8080:80
networks:
Expand Down

0 comments on commit cab7bc6

Please sign in to comment.