a2b9de91f5
Release package / release (push) Failing after 2m57s
Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com> Co-authored-by: gitea-actions <actions-user@noreply.git.demonkernel.io.vn> Reviewed-on: #2
17 lines
350 B
YAML
17 lines
350 B
YAML
include:
|
|
- ./docker-compose.kafka.yaml
|
|
- ./docker-compose.postgres.yaml
|
|
- ./docker-compose.redis.yaml
|
|
|
|
services:
|
|
devcontainer:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ../..:/workspaces:cached
|
|
network_mode: host
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
command: sleep infinity
|