File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ services:
14
14
- google-pubsub
15
15
- rabbitmqssl
16
16
- mongo
17
+ - thruway
17
18
- localstack
18
19
volumes :
19
20
- ' ./:/mqdev'
@@ -30,6 +31,7 @@ services:
30
31
- PHPREDIS_DSN=redis+phpredis://redis
31
32
- GPS_DSN=gps:?projectId=mqdev&emulatorHost=http://google-pubsub:8085
32
33
- SQS_DSN=sqs:?key=key&secret=secret®ion=us-east-1&endpoint=http://localstack:4576&version=latest
34
+ - WAMP_DSN=wamp://thruway:9090
33
35
- REDIS_HOST=redis
34
36
- REDIS_PORT=6379
35
37
- AWS_SQS_KEY=key
@@ -104,6 +106,17 @@ services:
104
106
ports :
105
107
- " 27017:27017"
106
108
109
+ thruway :
110
+ image : formapro/nginx-php-fpm:latest-all-exts
111
+ ports :
112
+ - ' 9090:9090'
113
+ working_dir : ' /app'
114
+ volumes :
115
+ - ' ./:/app'
116
+ entrypoint :
117
+ - ' /usr/bin/php'
118
+ - ' vendor/voryx/thruway/Examples/SimpleWsRouter.php'
119
+
107
120
localstack :
108
121
image : ' localstack/localstack:latest'
109
122
ports :
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ waitForService beanstalkd 11300 50
37
37
waitForService gearmand 4730 50
38
38
waitForService kafka 9092 50
39
39
waitForService mongo 27017 50
40
+ waitForService thruway 9090 50
40
41
waitForService localstack 4576 50
41
42
42
43
php docker/bin/refresh-mysql-database.php
You can’t perform that action at this time.
0 commit comments