We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52f11ba + b97bb79 commit c2eb4cbCopy full SHA for c2eb4cb
docker-compose.yml
@@ -7,15 +7,13 @@ services:
7
- .env
8
volumes:
9
- "postgres_data:/var/lib/postgresql/data"
10
-
11
- dragonfly:
12
- image: docker.dragonflydb.io/dragonflydb/dragonfly
+ redis:
+ image: redis:latest
+ container_name: redis
13
ports:
14
- "6379:6379"
15
env_file:
16
17
- volumes:
18
- - dragonflydata:/data
19
20
api:
21
build: .
@@ -31,5 +29,3 @@ services:
31
29
32
30
postgres_data:
33
driver: local
34
- dragonflydata:
35
- driver: local
0 commit comments