Skip to content

Commit

Permalink
Add prod override file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed May 1, 2023
1 parent d2518f1 commit 2ba14d8
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions dev/docker-compose.prod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
version: "3.7"
services:
db:
restart: unless-stopped

femr:
restart: unless-stopped

fhir:
restart: unless-stopped

fhirwall:
restart: unless-stopped

keycloak:
restart: unless-stopped

logs:
restart: unless-stopped

redis:
restart: unless-stopped

enrollment:
restart: unless-stopped

messaging:
restart: unless-stopped

messagingservice:
restart: unless-stopped

0 comments on commit 2ba14d8

Please sign in to comment.