Skip to content

Commit

Permalink
update golangci-lint-action
Browse files Browse the repository at this point in the history
  • Loading branch information
paupm committed Aug 28, 2024
1 parent 62390b1 commit d1c7e50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
ACK_BUFFER_LENGTH: "500"
GRPC_GO_LOG_VERBOSITY_LEVEL: 99
GRPC_GO_LOG_SEVERITY_LEVEL: info
MIDDLEWARES_SOCKET: "passthrough:///unix:///tmp/hp"
# MIDDLEWARES_SOCKET: "passthrough:///unix:///tmp/hp"
READ_ADAPTER: "AMQP"
WRITE_ADAPTER: "ELASTIC"
depends_on:
Expand Down Expand Up @@ -58,6 +58,7 @@ services:
- bootstrap.memory_lock=true
- discovery.seed_hosts=elasticsearch
- cluster.initial_master_nodes=elasticsearch
- bootstrap.system_call_filter=false
ulimits:
memlock:
soft: -1
Expand Down

0 comments on commit d1c7e50

Please sign in to comment.