forked from MakarovS96/dc-analytics-proto
-
Notifications
You must be signed in to change notification settings - Fork 9
/
docker-compose.yml
46 lines (44 loc) · 1.12 KB
/
docker-compose.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
version: '3.6'
services:
iris:
build:
context: ./iris
dockerfile: Dockerfile
restart: always
command: --check-caps false
ports:
- 51773:51773
- 53233:52773
- 53773:53773
volumes:
- ~/iris.key:/usr/irissys/mgr/iris.key
- ./:/irisdev/app
atscale:
image: containers.intersystems.com/intersystems/adaptive-analytics:2021.3.0.3934
restart: always
tty: true
hostname: atscale
volumes:
- data:/opt/atscale/data
- conf:/opt/atscale/conf
- log:/opt/atscale/log
- ./atscale-server/atscale.yaml:/root/atscale.yaml
- ./atscale-server/entrypoint.sh:/root/entrypoint.sh
- ./atscale-server/src/connections:/root/connections
- ./atscale-server/src/cubes:/root/cubes
- ./atscale-server/src/license:/root/license
- ./atscale-server/src/settings:/root/settings
- ./atscale-server/projects_deployment.sh:/root/projects_deployment.sh
ports:
- 10500:10500
- 10502:10502
- 10503:10503
- 10525:10525
- 11111:11111
volumes:
data:
conf:
log:
networks:
default:
name: DC-Public