-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomputes.yml
More file actions
57 lines (56 loc) · 1.28 KB
/
computes.yml
File metadata and controls
57 lines (56 loc) · 1.28 KB
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
## SPDX-FileCopyrightText: Copyright © 2025 OpenCHAMI a Series of LF Projects, LLC
##
## SPDX-License-Identifier: MIT
services:
rf-x0c0s1b0:
container_name: rf-x0c0s1b0
hostname: x0c0s1b0
image: ghcr.io/openchami/csm-rie:latest
environment:
- MOCKUPFOLDER=EX235a
- MAC_SCHEMA=Mountain
- XNAME=x0c0s1b0
- PORT=443
networks:
internal:
aliases:
- x0c0s1b0
rf-x0c0s2b0:
container_name: rf-x0c0s2b0
hostname: x0c0s2b0
image: ghcr.io/openchami/csm-rie:latest
environment:
- MOCKUPFOLDER=EX235a
- MAC_SCHEMA=Mountain
- XNAME=x0c0s2b0
- PORT=443
networks:
internal:
aliases:
- x0c0s2b0
rf-x0c0s3b0:
container_name: rf-x0c0s3b0
hostname: x0c0s3b0
image: ghcr.io/openchami/csm-rie:latest
environment:
- MOCKUPFOLDER=EX235a
- MAC_SCHEMA=Mountain
- XNAME=x0c0s3b0
- PORT=443
networks:
internal:
aliases:
- x0c0s3b0
rf-x0c0s4b0:
container_name: rf-x0c0s4b0
hostname: x0c0s4b0
image: ghcr.io/openchami/csm-rie:latest
environment:
- MOCKUPFOLDER=EX235a
- MAC_SCHEMA=Mountain
- XNAME=x0c0s4b0
- PORT=443
networks:
internal:
aliases:
- x0c0s4b0