Skip to content

Commit

Permalink
Update hammer image
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Apr 29, 2024
1 parent 8872b80 commit 1c0515f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Anteon Stack consists of 4 parts:


<p align="center">
<img src="https://imagedelivery.net/jnIqn6NB1gbMLXIvlYKo5A/3f995c37-10fb-4b37-c74f-db1685d0df00/public" alt="Anteon Stack" />
<img src="assets/anteon_stack.jpg" alt="Anteon Stack" />
</p>

### Anteon Engine
Expand Down
Binary file modified assets/anteon_comparison.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/anteon_stack.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions selfhosted/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ NAME=anteon_hammer_1
docker run --name $NAME -dit \
--network anteon \
--restart always \
anteon/selfhosted_hammer:1.4.2
anteon/selfhosted_hammer:1.4.3
```

### **Example 2**: Adding the engine to a different server
Expand All @@ -133,7 +133,7 @@ docker run --name $NAME -dit \
--env SERVICE_ADDRESS=$SERVICE_ADDRESS \
--env IP_ADDRESS=$IP_ADDRESS \
--restart always \
anteon/selfhosted_hammer:1.4.2
anteon/selfhosted_hammer:1.4.3
```

You should see `mq_waiting_new_job` log in the engine container logs. This means that the engine is waiting for a job from the service server. After the engine is added, you can see it in the Engines page in the dashboard.
Expand Down
4 changes: 2 additions & 2 deletions selfhosted/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ services:
command: /workspace/start_scripts/start_celery_beat.sh

hammer:
image: anteon/selfhosted_hammer:1.4.2
image: anteon/selfhosted_hammer:1.4.3
volumes:
- hammer_id:/root/uuid
depends_on:
Expand All @@ -201,7 +201,7 @@ services:
pull_policy: always

hammerdebug:
image: anteon/selfhosted_hammer:1.4.2
image: anteon/selfhosted_hammer:1.4.3
volumes:
- hammerdebug_id:/root/uuid
depends_on:
Expand Down

0 comments on commit 1c0515f

Please sign in to comment.