Mobile Bug Fixes
This commit is contained in:
@@ -19,14 +19,6 @@ services:
|
||||
networks:
|
||||
- frontend
|
||||
- backend
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512m
|
||||
cpus: '0.5'
|
||||
reservations:
|
||||
memory: 256m
|
||||
cpus: '0.25'
|
||||
healthcheck:
|
||||
test: ["CMD", "traefik", "healthcheck"]
|
||||
interval: 30s
|
||||
@@ -60,14 +52,6 @@ services:
|
||||
depends_on:
|
||||
- mvp-platform-tenants
|
||||
- traefik
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1g
|
||||
cpus: '1.0'
|
||||
reservations:
|
||||
memory: 512m
|
||||
cpus: '0.5'
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -s http://localhost:3000 || exit 1"]
|
||||
interval: 30s
|
||||
@@ -116,14 +100,6 @@ services:
|
||||
depends_on:
|
||||
- platform-postgres
|
||||
- platform-redis
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1g
|
||||
cpus: '1.0'
|
||||
reservations:
|
||||
memory: 512m
|
||||
cpus: '0.5'
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD-SHELL
|
||||
@@ -180,14 +156,6 @@ services:
|
||||
depends_on:
|
||||
- mvp-platform-vehicles-db
|
||||
- mvp-platform-vehicles-redis
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 2g
|
||||
cpus: '2.0'
|
||||
reservations:
|
||||
memory: 1g
|
||||
cpus: '1.0'
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8000/health"]
|
||||
interval: 30s
|
||||
@@ -268,14 +236,6 @@ services:
|
||||
- admin-minio
|
||||
- mvp-platform-vehicles-api
|
||||
- mvp-platform-tenants
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 2g
|
||||
cpus: '2.0'
|
||||
reservations:
|
||||
memory: 1g
|
||||
cpus: '1.0'
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD-SHELL
|
||||
@@ -330,14 +290,6 @@ services:
|
||||
- frontend
|
||||
depends_on:
|
||||
- admin-backend
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1g
|
||||
cpus: '1.0'
|
||||
reservations:
|
||||
memory: 512m
|
||||
cpus: '0.5'
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -s http://localhost:3000 || exit 1"]
|
||||
interval: 30s
|
||||
@@ -371,14 +323,6 @@ services:
|
||||
- database
|
||||
ports:
|
||||
- "5432:5432" # Development access only
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 2g
|
||||
cpus: '2.0'
|
||||
reservations:
|
||||
memory: 1g
|
||||
cpus: '1.0'
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||
interval: 10s
|
||||
@@ -398,14 +342,6 @@ services:
|
||||
- database
|
||||
ports:
|
||||
- "6379:6379" # Development access only
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512m
|
||||
cpus: '0.5'
|
||||
reservations:
|
||||
memory: 256m
|
||||
cpus: '0.25'
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "ping"]
|
||||
interval: 10s
|
||||
@@ -428,14 +364,6 @@ services:
|
||||
ports:
|
||||
- "9000:9000" # Development access only
|
||||
- "9001:9001" # Console access
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1g
|
||||
cpus: '1.0'
|
||||
reservations:
|
||||
memory: 512m
|
||||
cpus: '0.5'
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
|
||||
interval: 30s
|
||||
@@ -459,14 +387,6 @@ services:
|
||||
- platform
|
||||
ports:
|
||||
- "5434:5432" # Development access only
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 2g
|
||||
cpus: '2.0'
|
||||
reservations:
|
||||
memory: 1g
|
||||
cpus: '1.0'
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U platform_user -d platform"]
|
||||
interval: 10s
|
||||
@@ -485,14 +405,6 @@ services:
|
||||
- platform
|
||||
ports:
|
||||
- "6381:6379" # Development access only
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512m
|
||||
cpus: '0.5'
|
||||
reservations:
|
||||
memory: 256m
|
||||
cpus: '0.25'
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "ping"]
|
||||
interval: 10s
|
||||
@@ -535,14 +447,6 @@ services:
|
||||
- platform
|
||||
ports:
|
||||
- "5433:5432" # Development access only
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 6g
|
||||
cpus: '6.0'
|
||||
reservations:
|
||||
memory: 4g
|
||||
cpus: '4.0'
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U mvp_platform_user -d vehicles"]
|
||||
interval: 10s
|
||||
@@ -561,14 +465,6 @@ services:
|
||||
- platform
|
||||
ports:
|
||||
- "6380:6379" # Development access only
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 1g
|
||||
cpus: '1.0'
|
||||
reservations:
|
||||
memory: 512m
|
||||
cpus: '0.5'
|
||||
healthcheck:
|
||||
test: ["CMD", "redis-cli", "ping"]
|
||||
interval: 10s
|
||||
|
||||
Reference in New Issue
Block a user