Обновить sk1/azure_deployment_filled.yml
This commit is contained in:
parent
7a193eda73
commit
1087469088
@ -5,7 +5,7 @@ properties:
|
||||
containers:
|
||||
- name: brabus-app
|
||||
properties:
|
||||
image: carsalonacr123.azurecr.io/brabus-app:latest
|
||||
image: ${AZURE_CONTAINER_REGISTRY_URL}/brabus-app:latest
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1.0
|
||||
@ -16,9 +16,9 @@ properties:
|
||||
- name: PORT
|
||||
value: '3000'
|
||||
- name: MONGODB_URI
|
||||
secureValue: mongodb://brabus_admin:ZKT_KASABUTSKI_77557755@mongodb:27017/brabus?authSource=admin
|
||||
secureValue: ${MONGODB_URI}
|
||||
- name: JWT_SECRET
|
||||
secureValue: 6954f97ecc686eab533c9694d4d2595120d48eb27b0ad07a7b176e0a048ecdd4
|
||||
secureValue: ${JWT_SECRET}
|
||||
- name: NODE_ENV
|
||||
value: 'production'
|
||||
- name: mongodb
|
||||
@ -45,6 +45,15 @@ properties:
|
||||
- protocol: TCP
|
||||
port: 3000
|
||||
volumes:
|
||||
- name: mongodb-data
|
||||
azureFile:
|
||||
shareName: mongodb-data
|
||||
storageAccountName: ${STORAGE_ACCOUNT_NAME}
|
||||
storageAccountKey: ${STORAGE_ACCOUNT_KEY}
|
||||
tags: {}
|
||||
type: Microsoft.ContainerInstance/containerGroups
|
||||
port: 3000
|
||||
volumes:
|
||||
- name: mongodb-data
|
||||
azureFile:
|
||||
shareName: mongodb-data
|
||||
|
Loading…
Reference in New Issue
Block a user