WIP
Some checks failed
Telegram Mini App Shop Builder / Compute version metadata (push) Has been cancelled
Telegram Mini App Shop Builder / Run Frontend tests (push) Has been cancelled
Telegram Mini App Shop Builder / Run Backend tests (push) Has been cancelled
Telegram Mini App Shop Builder / Run PHP_CodeSniffer (push) Has been cancelled
Telegram Mini App Shop Builder / Build module. (push) Has been cancelled
Telegram Mini App Shop Builder / release (push) Has been cancelled

This commit is contained in:
2026-03-11 21:52:01 +03:00
parent 47bffc90b2
commit 87eb66f06b
106 changed files with 572 additions and 581 deletions

View File

@@ -28,12 +28,12 @@ services:
- XDEBUG_CLIENT_HOST=host.docker.internal
- XDEBUG_CLIENT_PORT=9003
- XDEBUG_DISCOVER_CLIENT_HOST=false
- PHP_IDE_CONFIG=serverName=telecart
- PHP_IDE_CONFIG=serverName=megapay
- php.session.gc_maxlifetime=28800
- php.session.cookie_lifetime=0
- TELECART_REDIS_HOST=redis
- TELECART_REDIS_PORT=6379
- TELECART_REDIS_DATABASE=0
- MEGAPAY_REDIS_HOST=redis
- MEGAPAY_REDIS_PORT=6379
- MEGAPAY_REDIS_DATABASE=0
depends_on:
- mysql
- redis
@@ -63,7 +63,7 @@ services:
- ./deployment/mysql/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
cron:
image: ghcr.io/telecart-labs/scheduler:latest
image: ghcr.io/megapay-labs/scheduler:latest
platform: linux/amd64
restart: unless-stopped
environment: