File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
docker/data-source-services Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,6 @@ services:
60
60
- MYSQL_PASSWORD=mariadb_pass
61
61
networks :
62
62
- st-internal
63
- redis32 :
64
- image : redis:3.2-alpine
65
- command : redis-server --appendonly yes
66
- container_name : sourcetoad_redis32
67
- ports :
68
- - " 6332:6379"
69
- networks :
70
- - st-internal
71
63
networks :
72
64
st-internal :
73
65
name : st-internal
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
18
18
# PHP Container
19
19
# The environment variables allow Xdebug to work properly.
20
20
# Networks much like above can be registered depending on what the app
21
- # requires. In this case, redis and MariaDB.
21
+ # requires. In this case, MariaDB.
22
22
ProjectName-php :
23
23
container_name : sourcetoad_ProjectName_php
24
24
environment :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
18
18
# PHP Container
19
19
# The environment variables allow Xdebug to work properly.
20
20
# Networks much like above can be registered depending on what the app
21
- # requires. In this case, redis and MariaDB.
21
+ # requires. In this case, MariaDB.
22
22
ProjectName-php :
23
23
container_name : sourcetoad_ProjectName_php
24
24
build : .
You can’t perform that action at this time.
0 commit comments