Skip to content

Commit

Permalink
simplify redis example
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Feb 10, 2025
1 parent 509faa9 commit 7ad1a4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions examples/redis_storage/Dockerfile

This file was deleted.

3 changes: 1 addition & 2 deletions examples/redis_storage/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
x-nicegui: &nicegui-service
build:
context: .
image: zauberzeug/nicegui:2.11.0
environment:
- NICEGUI_REDIS_URL=redis://redis:6379
volumes:
Expand Down

0 comments on commit 7ad1a4b

Please sign in to comment.