Skip to content

Commit

Permalink
Update docker-compose-dev.yaml (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluder-Paradyne authored Aug 17, 2023
1 parent 846d5f5 commit 0eb1ba0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ services:
NEXT_PUBLIC_API_BASE_URL: "/api"
networks:
- super_network
volumes:
- ./gui:/app
- /app/node_modules/
- /app/.next/
# volumes:
# - ./gui:/app
# - /app/node_modules/
# - /app/.next/
super__redis:
image: "redis/redis-stack-server:latest"
networks:
Expand Down Expand Up @@ -73,4 +73,4 @@ networks:
driver: bridge
volumes:
superagi_postgres_data:
redis_data:
redis_data:

0 comments on commit 0eb1ba0

Please sign in to comment.