+ laravel nginx config, php84

This commit is contained in:
WP Studio
2025-09-18 17:53:09 +03:00
parent 4c410fa89f
commit 0f3d560489
12 changed files with 98 additions and 3 deletions

View File

@ -92,7 +92,7 @@ services:
- 2500
redis:
image: redis
restart: always
restart: unless-stopped
command: [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
volumes:
- ./config/redis/redis.conf:/usr/local/etc/redis/redis.conf
@ -118,6 +118,6 @@ services:
pm2:
build:
context: ./dockerfiles/pm2
restart: always
restart: unless-stopped
expose:
- 3000