You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM golang:1.12-alpine
RUN apk add --update git;
RUN go get github.com/gocraft/work/cmd/workwebui && \
go install github.com/gocraft/work/cmd/workwebui
CMD workwebui -redis="redis:6379" -ns="goble_namespace" -listen="0.0.0.0:8181"
I got a message. ERROR: worker_observations.worker_pool_heartbeats - invalid redis URL, url is opaque: redis:6379
The text was updated successfully, but these errors were encountered:
FROM golang:1.12-alpine
RUN apk add --update git;
RUN go get github.com/gocraft/work/cmd/workwebui && \
go install github.com/gocraft/work/cmd/workwebui
CMD workwebui -redis="$REDIS_HOSTS" -ns="work" -listen="0.0.0.0:8181"
docker-compose.yml
In workerui Dockerfile
I got a message.
ERROR: worker_observations.worker_pool_heartbeats - invalid redis URL, url is opaque: redis:6379
The text was updated successfully, but these errors were encountered: