Skip to content

Commit

Permalink
Replace name for repos and links
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdemOzgen committed Mar 8, 2024
1 parent 84465d0 commit 604ee13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ changelog:

# brews:
# - repository:
# owner: yohamta
# owner: erdemozgen
# name: homebrew-tap
# folder: Formula
# homepage: 'https://github.com/erdemozgen/blackdagger'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/docker-compose.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To automate workflows based on cron expressions, it is necessary to run both the
# scheduler process
scheduler:
image: "yohamta/blackdagger:latest"
image: "erdemozgen/blackdagger:latest"
environment:
- blackdagger_DAGS=/home/blackdagger/.blackdagger/dags
restart: unless-stopped
Expand Down
6 changes: 3 additions & 3 deletions examples/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ services:

# init container updates permission
init:
image: "yohamta/blackdagger:latest"
image: "erdemozgen/blackdagger:latest"
user: root
volumes:
- blackdagger:/home/blackdagger/.blackdagger
command: chown -R blackdagger /home/blackdagger/.blackdagger/

# ui server process
server:
image: "yohamta/blackdagger:latest"
image: "erdemozgen/blackdagger:latest"
environment:
- blackdagger_PORT=8080
- blackdagger_DAGS=/home/blackdagger/.blackdagger/dags
Expand All @@ -26,7 +26,7 @@ services:

# scheduler process
scheduler:
image: "yohamta/blackdagger:latest"
image: "erdemozgen/blackdagger:latest"
environment:
- blackdagger_DAGS=/home/blackdagger/.blackdagger/dags
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The blackdagger UI relies on a backend server that provides the necessary data for the UI to function properly. To start the backend server, navigate to the project root directory and execute the following command:

```bash
git clone [email protected]:yohamta/blackdagger.git
git clone [email protected]:erdemozgen/blackdagger.git
cd blackdagger
make server
```
Expand Down

0 comments on commit 604ee13

Please sign in to comment.