Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Dec 11, 2024
1 parent 070914e commit e18ed70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
DOCKER_TAG: ${{ github.sha }}
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
VERIFY_SSL: "false"
COMPOSE_PROFILES: databox,expose,uploader,db,report,mailhog,dashboard
COMPOSE_PROFILES: databox,expose,uploader,db,report,mailhog,dashboard,novu

jobs:
build_keycloak:
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ services:
mongodb:
image: mongo:8.0.3
profiles:
- novu
- novu-self-hosted
networks:
- internal
environment:
Expand All @@ -1061,7 +1061,7 @@ services:
redis:
condition: service_started
profiles:
- novu
- novu-self-hosted
networks:
- internal
environment:
Expand Down Expand Up @@ -1099,7 +1099,7 @@ services:
redis:
condition: service_started
profiles:
- novu
- novu-self-hosted
networks:
- internal
environment:
Expand All @@ -1126,7 +1126,7 @@ services:
redis:
condition: service_started
profiles:
- novu
- novu-self-hosted
networks:
- internal
environment:
Expand All @@ -1152,7 +1152,7 @@ services:
depends_on:
- novu-api
profiles:
- novu
- novu-self-hosted
networks:
- internal
environment:
Expand Down

0 comments on commit e18ed70

Please sign in to comment.