mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
Clean up compose file definitions
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
services:
|
||||
streamline-emr:
|
||||
image: ${APP_IMAGE:-streamline-emr:latest}
|
||||
container_name: ${APP_CONTAINER:-streamline-emr}
|
||||
image: streamline-emr:latest
|
||||
container_name: streamline-emr
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "/var/signalytic/clientapps/streamline/streamline_emr/data:/var/lib/mysql"
|
||||
- "${DATA_DIR:-./data}:/var/lib/mysql"
|
||||
ports:
|
||||
- "${APP_PORT:-3000}:80"
|
||||
command: ["sh", "-c", "composer install && php artisan migrate"]
|
||||
@@ -18,11 +18,9 @@ services:
|
||||
networks:
|
||||
- streamline
|
||||
statistics:
|
||||
image: ${STATISTICS_IMAGE:-statistics:latest}
|
||||
container_name: ${STATISTICS_CONTAINER:-statistics}
|
||||
image: statistics:latest
|
||||
container_name: statistics
|
||||
restart: unless-stopped
|
||||
# volumes:
|
||||
# - ./resources/statistics:/
|
||||
depends_on:
|
||||
- streamline-emr
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user