We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d9ae7 commit a862bb8Copy full SHA for a862bb8
src/development/stack.yml
@@ -469,7 +469,7 @@ services:
469
- reccoom_postgres_data:/var/lib/postgresql/
470
redis:
471
# You cannot access the caching system via a web interface.
472
- image: redis:8.6.0-alpine
+ image: redis:8.6.1-alpine
473
volumes:
474
- redis_data:/data
475
redpanda:
@@ -553,7 +553,7 @@ services:
553
placement:
554
constraints:
555
- node.role == manager
556
- image: traefik:v3.6.8
+ image: traefik:v3.6.9
557
ports: #DARGSTACK-REMOVE
558
- mode: host #DARGSTACK-REMOVE
559
protocol: tcp #DARGSTACK-REMOVE
0 commit comments