mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +01:00
11 lines
234 B
YAML
11 lines
234 B
YAML
|
services:
|
||
|
api:
|
||
|
image: xtrime/telegram-api-server:dev
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile-dev
|
||
|
ports:
|
||
|
- "127.0.0.1:9503:9503"
|
||
|
- "9003"
|
||
|
environment:
|
||
|
PHP_IDE_CONFIG: "serverName=Docker"
|