-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
@springfall2008 I have modified the Docker.standalone and made some changes to allow for a more simplified Docker installation as follows
Docker.standalone file modified to remove multiple RUN & COPY commands to reduce image size
removed Apt-get upgrade as the image should be maintained by the image owner unless upgrades are required by predbat - which they are not but can be added back in if needed
Removed unused ARGs and labels
Added direct copy of apps.yaml & predbat files from the predbat git repository into build to ensure every build produces the latest predbat version and apps.yaml
Process to install is now very straight forward
- git clone https://github.com/springfall2008/batpred.git
- Change Directory to the predbat repository cd ./predbat_addon/predbat
- Edit docker-compose.yaml to change the volume paths to match user environment
- docker compose up -d
- edit apps.yaml or copy modified apps.yaml to the config location
But I am not a git expert so how do I commit these changes for you to review?
Cheers
Nic
Metadata
Metadata
Assignees
Labels
No labels