PHP Classes

File: dev/docker/docker-compose.yml

Recommend this page to a friend!
  Classes of Sergii Pryz   PHP Location Based Search API   dev/docker/docker-compose.yml   Download  
File: dev/docker/docker-compose.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Location Based Search API
API server for searching places near a location
Author: By
Last change:
Date: 7 years ago
Size: 279 bytes
 

Contents

Class file image Download
version: '2' services: web: build: context : . dockerfile: app/Dockerfile args: - host_ip environment: - PLACE_SEARCH_API_DEBUG=1 ports: - "2225:22" - "8080:80" volumes: - ../../:/var/www/PlaceSearchApi