chore: update dev configuration

This commit is contained in:
TakahashiNg
2026-03-23 02:08:31 +00:00
parent ec6e8e9267
commit a0985f2e68
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
include:
- ./docker-compose.kafka.yaml
- ./docker-compose.postgres.yaml
- ./docker-compose.redis.yaml
services:
devcontainer:
+11
View File
@@ -0,0 +1,11 @@
services:
redis:
image: redis:alpine
network_mode: host
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- redis_data:/data
volumes:
redis_data: