mirror of
https://git.oceanpay.cc/danial/kami_apple_exchage.git
synced 2025-12-18 21:23:49 +00:00
- Create README.md for deployment instructions including environment requirements and setup steps. - Implement deploy.sh script for automated deployment of development and production environments. - Add combined Docker Compose configuration for frontend and backend services. - Include Redis configuration file for optimized memory management and persistence. - Update frontend Dockerfile to handle Next.js asset paths and static files. - Remove obsolete deployment files and configurations from frontend directory.
16 lines
366 B
JSON
16 lines
366 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(python:*)",
|
|
"Bash(docker-compose:*)",
|
|
"Bash(docker swarm init:*)",
|
|
"Bash(docker build:*)",
|
|
"Bash(docker:*)",
|
|
"Bash(timeout:*)",
|
|
"Read(//e/projects/kami/kami_apple_exchage/frontend/**)",
|
|
"Read(//e/projects/kami/kami_apple_exchage/**)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |