mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-09 17:15:54 +03:00
10 lines
206 B
YAML
10 lines
206 B
YAML
|
version: "3.8"
|
||
|
|
||
|
services:
|
||
|
redis:
|
||
|
image: redis:latest@sha256:a7cee7c8178ff9b5297cb109e6240f5072cdaaafd775ce6b586c3c704b06458e
|
||
|
container_name: redis
|
||
|
restart: always
|
||
|
ports:
|
||
|
- 6379:6379
|