Commit ec0545a
committed
fix: remove Redis service from docker-compose.yml
This commit removes the Redis service configuration from the docker-compose.yml file. The removal includes the container name, image, restart policy, port mapping, and volume definition for Redis. The app service remains intact, ensuring that the application can still run independently without the Redis dependency.1 parent 6fe076c commit ec0545a
1 file changed
Lines changed: 0 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 4 | | |
14 | 5 | | |
15 | 6 | | |
16 | | - | |
17 | | - | |
18 | 7 | | |
19 | 8 | | |
20 | 9 | | |
| |||
0 commit comments