forked from hummingbot/hummingbot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaci-dev.yaml
More file actions
39 lines (39 loc) · 1.14 KB
/
aci-dev.yaml
File metadata and controls
39 lines (39 loc) · 1.14 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
apiVersion: 2023-05-01
location: westeurope
name: "ci-dfx-hb-${CRYPTO_PAIR}-dev"
type: Microsoft.ContainerInstance/containerGroups
properties:
osType: Linux
containers:
- name: "hb-${CRYPTO_PAIR}"
properties:
image: dfxswiss/hummingbot:beta
resources:
requests:
cpu: 0.5
memoryInGb: 1.0
environmentVariables:
- name: BOT_DIR
value: "${CRYPTO_PAIR}-dev"
- name: STRATEGY_FILE
value: "${CRYPTO_PAIR}-conf_pure_mm.yml"
- name: DEPLOY_INFO
value: "${DEPLOY_INFO}"
volumeMounts:
- name: volume
mountPath: /mnt/hummingbot
volumes:
- name: volume
azureFile:
shareName: "ci-hb-${CRYPTO_PAIR}"
storageAccountName: stdfxapidev
storageAccountKey: "${STORAGE_KEY}"
restartPolicy: Always
imageRegistryCredentials:
- server: index.docker.io
username: "${DOCKER_USERNAME}"
password: "${DOCKER_PASSWORD}"
diagnostics:
logAnalytics:
workspaceId: "${LOG_WORKSPACE_ID}"
workspaceKey: "${LOG_WORKSPACE_KEY}"