Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./nikic/../dompdf/../alexandr-mironov/../monolog/../composer/.././././guzzlehttp/.././doctrine/../telnyx/telnyx-php
الملفات الموجودة في هذا الـ Path:
.
..
.coveralls.yml
.github
.gitignore
.travis.yml.bak
CHANGELOG.md
LICENSE
README.md
VERSION
build.php
composer.json
composer.lock
data
docker
docker-compose.yml
examples
init.php
lib
phpunit.no_autoload.xml
phpunit.xml
tests
update_certs.php

مشاهدة ملف: docker-compose.yml

version: "3"
services:

  php:
    build:
      context: .
      dockerfile: docker/Dockerfile
      args:
        - PHP_VERSION=${PHP_VERSION:-7.2}
        - XDEBUG=${XDEBUG:-0}
    volumes:
      - ./:/docker
    links:
      - mock

  mock:
    image: telnyx/telnyx-mock:latest
    ports:
      - "12111:12111"
      - "12112:12112"