removed streamline-src dir, modified compose file, updated Dockerfile.* files

This commit is contained in:
2025-04-01 15:37:46 +03:00
parent fd783b5003
commit 91a4b10a5a
2337 changed files with 14 additions and 507449 deletions
+8 -2
View File
@@ -7,6 +7,8 @@ services:
- "${DATA_DIR:-./data}:/var/lib/mysql"
ports:
- "${APP_PORT:-3000}:80"
command: |
php artisan migrate --force && exec php artisan serve --host=0.0.0.0 --port=80
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"]
timeout: 30s
@@ -14,16 +16,19 @@ services:
start_interval: 10s
interval: 30s
retries: 5
networks:
- streamline
statistics:
image: ${STATISTICS_IMAGE:-streamline-emr-statistics:latest}
container_name: ${STATISTICS_CONTAINER:-streamline-emr-statistics}
restart: unless-stopped
volumes:
- "${STATISTICS_ENV:-./resources/statistics.env}"
- "${STATISTICS_ENV:-./resources/statistics.env}:/app/statistics.env"
- statistics_data:/app
depends_on:
- streamline-emr
- redis
networks:
- streamline
@@ -48,4 +53,5 @@ volumes:
redis_data:
networks:
streamline:
streamline:
driver: bridge