mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
removed streamline-src dir, modified compose file, updated Dockerfile.* files
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user