Releases: rtuszik/photon-docker
Releases · rtuszik/photon-docker
0.6.2-rev.1
What's Changed
- docs: fix readme to reflect actual defaults by @rtuszik in #33
- fix auto update on startup by @rtuszik in #34
Full Changelog: 0.6.2...0.6.2-rev.1
Release 0.6.2
New Photon release: 0.6.2
This is an automated release created by the GitHub Actions workflow.
0.6.1-rev.4.4
What's Changed
- fix: Update disk space check to use photon_data directory by @rtuszik in #29
- docs: clarify update strategies by @rtuszik in #30
Full Changelog: 0.6.1-rev.4.3...0.6.1-rev.4.4
0.6.1-rev.4.3
What's Changed
Full Changelog: 0.6.1-rev.4.1...0.6.1-rev.4.3
0.6.1-rev.4.1
What's Changed
Full Changelog: 0.6.1-rev.4...0.6.1-rev.4.1
0.6.1-rev.4
Added
- Rewritten start-photon script for automated, unsupervised index updates.
- Update modes:
- Parallel: downloads index to temp directory, keeping photon running during the download (default)
- Sequential: minimize storage use by deleting old index before downloading - increases downtime significantly.
- Service shutdown during updates to ensure data integrity.
- Configurable logging with detailed timestamps and adjustable log levels.
Fixed
- Improved error handling and script reliability.
- Enhanced directory management with automated validation and cleanup.
It is suggested that you update your docker-compose.yml to configure your settings. Otherwise, the defaults will be used:
services:
photon:
image: rtuszik/photon-docker:latest
container_name: "photon-docker"
environment:
- UPDATE_STRATEGY=PARALLEL
- UPDATE_INTERVAL=24h # Polling interval - smhd
- LOG_LEVEL=INFO # Options: DEBUG, INFO, ERROR
# - COUNTRY_CODE=zw
volumes:
- photon_data:/photon/photon_data
restart: unless-stopped
ports:
- "2322:2322"
volumes:
photon_data:
Full Changelog: 0.6.1...0.6.1-rev4
Release 0.6.1
New Photon release: 0.6.1
This is an automated release created by the GitHub Actions workflow.
Release 0.6.0
New Photon release: 0.6.0
This is an automated release created by the GitHub Actions workflow.
0.5.0-rev.1
Release 0.5.0
New Photon release: 0.5.0
This is an automated release created by the GitHub Actions workflow.