Skip to content

Commit 8e8e790

Browse files
committed
- updates packages
1 parent 201905c commit 8e8e790

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker-compose.prod.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ version: '3'
33

44
services:
55
manticore:
6-
image: manticoresearch/manticore:6.2.12
6+
image: manticoresearch/manticore:7.4.6
77
environment:
8-
EXTRA: 1
98
CREATE_PLAIN_TABLES: games:0 3 * * *;users:0 * * * *;games;users
109

1110
restart: always
@@ -27,7 +26,7 @@ services:
2726

2827
search:
2928
working_dir: "/app"
30-
image: lamarcke/game-node-search:0.8.14
29+
image: lamarcke/game-node-search:latest
3130

3231
environment:
3332
MANTICORE_URL: http://manticore:9308

0 commit comments

Comments
 (0)