Skip to content

Commit

Permalink
Update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Apr 24, 2023
1 parent 4cbcb8e commit 8df605e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions selfhosted/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,16 @@ services:
restart: always

rabbitmq_job:
ports:
- "5672:5672"
image: "rabbitmq:3.9.4"
networks:
- ddosify
restart: always

influxdb:
ports:
- "8086:8086"
image: "influxdb:2.1.1"
volumes:
- influxdb_data:/var/lib/influxdb
Expand Down

0 comments on commit 8df605e

Please sign in to comment.