feat: Add Docker Compose configuration and a .gitignore file for the frontend management service.

This commit is contained in:
Missez 2026-02-05 14:41:35 +07:00
parent 91330c03c2
commit 5e996b708b
2 changed files with 3 additions and 1 deletions

View file

@ -22,3 +22,4 @@ logs
.env
.env.*
!.env.example
deploy.ps1