-
Assume this simple docker-compose file
```
version: "3.9"
services:
redis:
image: redis:alpine
ports:
- 6379:6379
web:
build: .
command: python manage.py r…
-
{
"hub-mirror": [
"pyroscope/pyroscope:0.37.2",
"curlimages/curl:7.88.1",
"redis:6.2-alpine",
"python:3.9-alpine",
"prom/prometheus:v2.42.0",
"mysql:5.7",
"grafana/grafana:9.3.6",
"apacherock…
-
### The bug
After bulk upload I noticed there are corrupted files in the upload folder. There's nowhere in the admin area that displays this information and no easy way to remove those files either. …
-
{
"hub-mirror":
[
"ghcr.io/open-telemetry/demo:1.6.0-productcatalogservice",
"ghcr.io/open-telemetry/demo:1.6.0-quoteservice",
"ghcr.io/open-telemetry/demo:1.6.0-r…
-
**Is this a request for help?**: Yes
**Is this a BUG REPORT or a FEATURE REQUEST?** (choose one): BUG REPORT
**Version of Anchore Engine and Anchore CLI if applicable**:
```
anchore-cli --vers…
-
**Describe your question/**
I want to put some apps that don't provide authentication, behind the Authentik wall.
So I've configured the provider, the app for the proxy traefik, and the outpost.
F…
-
In version 3 compose has another [restart configuration](https://docs.docker.com/compose/compose-file/#restart_policy)
```
version: "3"
services:
redis:
image: redis:alpine
deploy:
…
-
I have this `config.yml`:
```
app:
port: 5002
read_timeout: 30
write_timeout: 30
idle_timeout: 30
redis_ttl: 100800
redis:
host: localhost
port: 6379
db:…
-
Seeing this intermittently (not easy to reproduce at this point), when I launch multiple nomad jobs
e.g.
```
$ nomad job run redis.nomad
$ nomad job run capabilities.nomad
$ nomad job run privi…
-
On n8n docker in queue mode version: 1.22.6
I see various execusions which cannot be stopped.
![image](https://github.com/n8n-io/n8n/assets/24569958/b88870ef-48ae-49a4-bbdb-a57bc4041fbe)
whe…