소스 검색

simplify redis example

Falko Schindler 3 달 전
부모
커밋
7ad1a4b0c0
2개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 3
      examples/redis_storage/Dockerfile
  2. 1 2
      examples/redis_storage/docker-compose.yml

+ 0 - 3
examples/redis_storage/Dockerfile

@@ -1,3 +0,0 @@
-FROM zauberzeug/nicegui:2.8.0
-
-RUN python -m pip install redis

+ 1 - 2
examples/redis_storage/docker-compose.yml

@@ -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: