hhh
All checks were successful
Koori-ERP-Demo-Deploy / sync-update (push) Successful in 1m58s

This commit is contained in:
2026-01-05 20:24:54 +08:00
parent 10fd897685
commit e6ef25951a

View File

@@ -7,6 +7,7 @@ services:
WWWGROUP: '${WWWGROUP}'
image: 'sail-8.5/app'
container_name: koori-erp-laravel
hostname: koori-erp-laravel
extra_hosts:
- 'host.docker.internal:host-gateway'
ports:
@@ -29,6 +30,7 @@ services:
mysql:
image: 'mysql/mysql-server:8.0'
container_name: koori-erp-mysql
hostname: koori-erp-mysql
ports:
- '${FORWARD_DB_PORT:-3306}:3306'
environment:
@@ -55,6 +57,7 @@ services:
redis:
image: 'redis:alpine'
container_name: koori-erp-redis
hostname: koori-erp-redis
# ports:
# - '${FORWARD_REDIS_PORT:-6379}:6379'
volumes: