Проект разделен на два репозитория
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
name: han-chat
|
||||
|
||||
include:
|
||||
- path: ./infra/compose/application.yml
|
||||
- path: ./nginx/docker-compose.yml
|
||||
- path: ./redis/docker-compose.yml
|
||||
- path: ./observability/docker-compose.yml
|
||||
- path: ./deployment/docker-compose.jobs.yml
|
||||
|
||||
networks:
|
||||
public:
|
||||
name: han-chat-public
|
||||
backend:
|
||||
name: han-chat-backend
|
||||
internal: true
|
||||
egress:
|
||||
name: han-chat-egress
|
||||
observability:
|
||||
name: han-chat-observability
|
||||
internal: true
|
||||
|
||||
volumes:
|
||||
redis-data:
|
||||
nginx-certs:
|
||||
nginx-acme-webroot:
|
||||
nginx-cache:
|
||||
frontend-static:
|
||||
otel-queue:
|
||||
Reference in New Issue
Block a user