File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
"php" : " ^8.0" ,
12
12
"ext-curl" : " *" ,
13
13
"ext-json" : " *" ,
14
- "ext-grpc" : " 3 .*" ,
14
+ "ext-grpc" : " 1 .*" ,
15
15
"ext-protobuf" : " 3.*" ,
16
16
"austinb/gameq" : " ^3.0" ,
17
17
"beyondcode/laravel-websockets" : " ^1.11" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
25
25
# - meilisearch
26
26
# - smtp
27
27
php :
28
- image : emodyz/ezgames-php:0.0.1
28
+ image : emodyz/ezgames-php:0.0.2
29
29
restart : always
30
30
ports :
31
31
- ' 9000:9000'
@@ -39,7 +39,7 @@ services:
39
39
image : postgres:13-alpine
40
40
restart : always
41
41
ports :
42
- - ' ${FORWARD_DB_PORT:- 5432} :5432'
42
+ - ' 5432:5432'
43
43
environment :
44
44
POSTGRES_DB : ' ${DB_DATABASE}'
45
45
POSTGRES_USER : ' ${DB_USERNAME}'
@@ -54,7 +54,7 @@ services:
54
54
image : redis:6-alpine
55
55
restart : always
56
56
ports :
57
- - ' ${FORWARD_REDIS_PORT:- 6379} :6379'
57
+ - ' 6379:6379'
58
58
volumes :
59
59
- ' ezgames_redis:/data'
60
60
networks :
You can’t perform that action at this time.
0 commit comments