Skip to content

Commit ec495e8

Browse files
committed
- Fixed volume name on compose file
1 parent e8bde1f commit ec495e8

File tree

6 files changed

+2
-1
lines changed

6 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.py[c|o]
33
.venv/
44
.env
5+
*/__pycache__
56
telegram bot/
67
nginx/
78
static/admin/

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ services:
5353
ports:
5454
- "6379:6379"
5555
volumes:
56-
- redis_data:/data
56+
- production_redis_data:/data
5757

5858

5959
celeryworker:
-158 Bytes
Binary file not shown.
-3.29 KB
Binary file not shown.
-1.14 KB
Binary file not shown.
-652 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)