Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions docker/data-source-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ services:
- MYSQL_PASSWORD=mariadb_pass
networks:
- st-internal
redis32:
image: redis:3.2-alpine
command: redis-server --appendonly yes
container_name: sourcetoad_redis32
ports:
- "6332:6379"
networks:
- st-internal
networks:
st-internal:
name: st-internal
2 changes: 1 addition & 1 deletion examples/laravel/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
# PHP Container
# The environment variables allow Xdebug to work properly.
# Networks much like above can be registered depending on what the app
# requires. In this case, redis and MariaDB.
# requires. In this case, MariaDB.
ProjectName-php:
container_name: sourcetoad_ProjectName_php
environment:
Expand Down
2 changes: 1 addition & 1 deletion examples/yii2/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
# PHP Container
# The environment variables allow Xdebug to work properly.
# Networks much like above can be registered depending on what the app
# requires. In this case, redis and MariaDB.
# requires. In this case, MariaDB.
ProjectName-php:
container_name: sourcetoad_ProjectName_php
build: .
Expand Down