Skip to content

Commit

Permalink
Create saral-backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprakash123 committed Oct 19, 2021
1 parent 102dd2f commit 5686ccd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions saral-backend.yml
@@ -0,0 +1,26 @@
version: '3.7'
services:
aai4b-nmt-inference:
image: anuvaadio/${image}:${tag}
deploy:
replicas: 1
update_config:
parallelism: 1
delay: 10s
restart_policy:
condition: on-failure
environment:
PROFILE: dev
PORT: 3005
MONGODB_URL: mongodb://172.31.51.8:27017/saralv1db
JWT_SECRET: SARALDATA_NODE
ports:
- "3005:3005"

networks:
- app

networks:
app:
driver: overlay
external: true

0 comments on commit 5686ccd

Please sign in to comment.