Error correction and preparation of the project for initial deployment

This commit is contained in:
F4ilji
2025-08-11 16:12:10 +05:00
parent 8b2f9e99f0
commit e62b442991
9 changed files with 109 additions and 30 deletions
+8 -2
View File
@@ -39,12 +39,15 @@ services:
container_name: ntspi-php
restart: always
ports:
- '5173'
- "5173"
depends_on:
db:
condition: service_healthy
networks:
- app-network
dns:
- 8.8.8.8 # Google DNS
- 1.1.1.1 # Cloudflare DNS
php-queue-worker:
restart: always
@@ -60,6 +63,9 @@ services:
condition: service_healthy
networks:
- app-network
dns:
- 8.8.8.8 # Google DNS
- 1.1.1.1 # Cloudflare DNS
db:
image: mysql:8.0
@@ -100,4 +106,4 @@ volumes:
networks:
app-network:
driver: bridge
driver: bridge