Mercurial > public > ssdt-docker
annotate testbench-grid/docker-compose.yml @ 371:b371970462c3 production v2.10.0
DEP-21 update update-inventory-app.sh to pull inventory-importapp image
author | Matt Calmes <calmes@ssdt-ohio.org> |
---|---|
date | Sun, 29 Aug 2021 19:09:33 -0400 |
parents | 91d530304bbf |
children |
rev | line source |
---|---|
362
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
1 grid: |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
2 # image: testbench-grid:2.0 |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
3 # image: testbench-grid:2.2 |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
4 # image: testbench-grid:latest |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
5 image: testbench-grid:3.0 |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
6 ports: |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
7 - 4444:4444 |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
8 node: |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
9 # image: testbench-node:2.0 |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
10 # image: testbench-node:2.1 |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
11 # image: testbench-node:2.3 |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
12 # image: testbench-node:latest |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
13 image: testbench-node:3.0 |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
14 links: |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
15 - grid |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
16 environment: |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
17 - HUB_HOST=grid_1 |
91d530304bbf
adding and updating testbench information
aldrich@ssdt-ohio.org
parents:
diff
changeset
|
18 |