annotate testbench-grid/docker-compose.yml @ 538:e849a863687a production

Merge default to production for execute permission changes
author Matt Calmes <calmes@ssdt-ohio.org>
date Mon, 06 May 2024 11:01:06 -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