Remove Shiny app and associated Docker configuration

This commit is contained in:
Dom
2026-02-09 11:08:13 +00:00
parent b35394c569
commit ddfb281be3
3 changed files with 0 additions and 558 deletions

View File

@@ -11,22 +11,3 @@ services:
volumes:
- ./:/app
- ./config.yaml:/app/config.yaml:ro
melesicu_shiny:
build: ./shiny-app
container_name: melesicu_shiny
restart: unless-stopped
environment:
PG_DSN: ${PG_DSN}
S3_BUCKET: ${S3_BUCKET}
ENTRANCE_PREFIX: "icu/entrance/"
PROCESSED_PREFIX: "icu/processed/"
THUMB_PREFIX: "icu/thumbnails/"
INVENTORY_TABLE: "cam_inventory"
DEPLOYMENT_TABLE: "cam_deployments"
AWS_ACCESS_KEY_ID: ${S3_ACCESS_KEY}
AWS_SECRET_ACCESS_KEY: ${S3_SECRET_KEY}
AWS_DEFAULT_REGION: "us-east-1"
AWS_S3_ENDPOINT: ${S3_ENDPOINT}
AWS_S3_ENDPOINT_URL: ${S3_ENDPOINT}
ports:
- "3838:3838"