Skip to content

Commit

Permalink
Config file for centrifugo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rethakgetse-Manaka committed Sep 5, 2024
1 parent a9aef04 commit a2a345d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion occupi-backend/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
image: centrifugo/centrifugo:v5
container_name: centrifugo-dev
volumes:
- ./config.json:/centrifugo/config.json
- ./configs/config.json:/centrifugo/config.json
- centrifugo-dev:/centrifugo/data
command: centrifugo -c config.json
ports:
Expand Down
2 changes: 1 addition & 1 deletion occupi-backend/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
image: centrifugo/centrifugo:v5
container_name: centrifugo-prod
volumes:
- ./config.json:/centrifugo/config.json
- ./configs/config.json:/centrifugo/config.json
- centrifugo-prod:/centrifugo/data
command: centrifugo -c config.json --health
ports:
Expand Down

0 comments on commit a2a345d

Please sign in to comment.