Closed VibroAxe closed 12 months ago
When trying to copy config-default.json the build fails as this file no longer exists
Added new docker-compose.yml file to simplify docker deployment
Uses bind mounts for data to allow persistance between images
Deploy using docker compose up -d --build after editing the .env
docker compose up -d --build
Checked that it works nicely. Many thanks for the fix and PR!
When trying to copy config-default.json the build fails as this file no longer exists
Added new docker-compose.yml file to simplify docker deployment
Uses bind mounts for data to allow persistance between images
Deploy using
docker compose up -d --build
after editing the .env