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
12 lines
189 B
YAML
12 lines
189 B
YAML
services:
|
|
redis:
|
|
image: redis:alpine
|
|
network_mode: host
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
volumes:
|
|
- redis_data:/data
|
|
|
|
volumes:
|
|
redis_data:
|