Browse code

Added README.md appinfo/info.xml appinfo/signature.json lib/Controller/AuthorApiController.php and the providers directory

DoubleBastionAdmin authored on 20/08/2022 16:33:00
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,20 @@
1
+version: "3"
2
+services:
3
+
4
+  php:
5
+    build:
6
+      context: .
7
+      dockerfile: docker/Dockerfile
8
+      args:
9
+        - PHP_VERSION=${PHP_VERSION:-7.2}
10
+        - XDEBUG=${XDEBUG:-0}
11
+    volumes:
12
+      - ./:/docker
13
+    links:
14
+      - mock
15
+
16
+  mock:
17
+    image: telnyx/telnyx-mock:latest
18
+    ports:
19
+      - "12111:12111"
20
+      - "12112:12112"