-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathdocker-test.yml
82 lines (82 loc) · 1.62 KB
/
docker-test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
networks:
default:
name: dev
services:
chromedriver:
build: check-web/chromedriver
platform: "linux/amd64"
ports:
- 5900:5900
- 4444:4444
volumes:
- "./check-web/test/spec/files:/app/test/spec/files"
- "./check-mark:/check-mark"
networks:
- dev
geckodriver:
build: check-mark/geckodriver
ports:
- 4445:4444
- 5901:5900
volumes:
- "./check-mark:/check-mark"
networks:
- dev
api:
environment:
RAILS_ENV: test
SERVER_PORT: 3000
api-background:
environment:
RAILS_ENV: test
SERVER_PORT: 3000
pender:
environment:
RAILS_ENV: test
SERVER_PORT: 3200
pender-background:
environment:
RAILS_ENV: test
SERVER_PORT: 3200
web:
depends_on:
- api
- chromedriver
environment:
PLATFORM: web
NODE_ENV: development
SERVER_PORT: 3333
MODE: test
alegre:
environment:
BOILERPLATE_ENV: test
ALEGRE_PORT: 3100
REDIS_DATABASE: 3
presto-server:
environment:
BOILERPLATE_ENV: test
PRESTO_PORT: 8000
REDIS_DATABASE: 3
presto-audio:
environment:
BOILERPLATE_ENV: test
presto-image:
environment:
BOILERPLATE_ENV: test
presto-video:
environment:
BOILERPLATE_ENV: test
# presto-mean-tokens:
# environment:
# BOILERPLATE_ENV: test
# presto-paraphrase-multilingual:
# environment:
# BOILERPLATE_ENV: test
narcissus:
environment:
NODE_ENV: development
SERVER_PORT: 8687
# search:
# environment:
# NODE_ENV: development
# SERVER_PORT: 8001