update hosted-app-utils to use simplified package management

This commit is contained in:
2024-10-18 14:42:40 -07:00
parent 49f4681a74
commit abf1c11d47
4 changed files with 34 additions and 5 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
streamline-emr:
image: ${APP_IMAGE:-streamline-emr:latest}
container_name: ${APP_CONTAINER:-streamline-emr}
restart: unless-stopped
volumes:
- "${DATA_DIR:-./data}:/var/lib/mysql"
ports:
- "${APP_PORT:-3000}:80"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"]
timeout: 30s
start_period: 3600s
start_interval: 10s
interval: 30s
retries: 5