Skip to content

Commit 7fc61af

Browse files
authored
build: remove redis (#39)
1 parent ae17db0 commit 7fc61af

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

docker/data-source-services/docker-compose.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@ services:
6060
- MYSQL_PASSWORD=mariadb_pass
6161
networks:
6262
- 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
7163
networks:
7264
st-internal:
7365
name: st-internal

examples/laravel/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
# PHP Container
1919
# The environment variables allow Xdebug to work properly.
2020
# 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.
2222
ProjectName-php:
2323
container_name: sourcetoad_ProjectName_php
2424
environment:

examples/yii2/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
# PHP Container
1919
# The environment variables allow Xdebug to work properly.
2020
# 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.
2222
ProjectName-php:
2323
container_name: sourcetoad_ProjectName_php
2424
build: .

0 commit comments

Comments
 (0)