Skip to content

Instantly share code, notes, and snippets.

@pveierland
Created April 21, 2024 08:56
Show Gist options
  • Save pveierland/4559bf0ca3194619273f6d3c561ede98 to your computer and use it in GitHub Desktop.
Save pveierland/4559bf0ca3194619273f6d3c561ede98 to your computer and use it in GitHub Desktop.
version: "3.8"
networks:
app_local:
driver: bridge
services:
redis:
deploy:
mode: global
image: redis/redis-stack:latest
networks:
- app_local
volumes:
- "/app/volumes/redis:/data:rw"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment