feat: init customer authentication (#2)
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
This commit was merged in pull request #2.
This commit is contained in:
2026-03-23 13:21:00 +00:00
parent 5f45907b30
commit a2b9de91f5
57 changed files with 7664 additions and 23 deletions
+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: