mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
Integrate with hosted-app-utils
Strip down this repo and allow the hosted-app-utils `package` script to auto-generate the package.
This commit is contained in:
Executable
+18
@@ -0,0 +1,18 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
streamline-emr:
|
||||
image: ${APP_IMAGE:-streamline-emr:latest}
|
||||
container_name: ${APP_CONTAINER:-streamline-emr}
|
||||
volumes:
|
||||
- "${DATA_DIR:-./data}:/var/lib/mysql"
|
||||
ports:
|
||||
- "${APP_PORT:-3000}:80"
|
||||
dns: 0.0.0.0
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:80"]
|
||||
timeout: 30s
|
||||
start_period: 3600s
|
||||
start_interval: 10s
|
||||
interval: 30s
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user