-
Notifications
You must be signed in to change notification settings - Fork 22
/
docker-test.yml
64 lines (64 loc) · 1.43 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
networks:
default:
name: dev
services:
chromedriver:
build: chromedriver
environment:
SE_NODE_MAX_SESSIONS: 12 # increase from image default 1. Makes 3 per parallel test bin
SE_NODE_SESSION_TIMEOUT: 420 # How long a single integration test can last. Allowing up to 7 minutes
ports:
- 5900:5900
- 4444:4444
volumes:
- "./test/spec/files:/app/test/spec/files"
- "./check-ui/.yalc:/root/.yalc"
networks:
- dev
api:
environment:
RAILS_ENV: test
PAPERTRAIL_ENABLED: "true"
SERVER_PORT: 3000
api-background:
environment:
RAILS_ENV: test
SERVER_PORT: 3000
AWS_REGION: eu-west-1
AWS_SECRET_ACCESS_KEY: bogus
AWS_ACCESS_KEY_ID: bogus
SECRET_KEY_BASE: bogus
pender:
environment:
RAILS_ENV: test
SERVER_PORT: 3200
pender-background:
environment:
RAILS_ENV: test
SERVER_PORT: 3200
alegre:
environment:
BOILERPLATE_ENV: test
ALEGRE_PORT: 3100
presto-server:
environment:
BOILERPLATE_ENV: test
PRESTO_PORT: 8000
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
web:
environment:
PLATFORM: web
NODE_ENV: development
SERVER_PORT: 3333
MODE: test