Skip to content

Releases: rtuszik/photon-docker

0.6.2-rev.1

13 Jan 18:07
7c6f253
Compare
Choose a tag to compare

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

13 Jan 10:05
dac61d9
Compare
Choose a tag to compare

New Photon release: 0.6.2

This is an automated release created by the GitHub Actions workflow.

0.6.1-rev.4.4

13 Jan 09:58
1f7f597
Compare
Choose a tag to compare

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

12 Jan 21:21
2249ea8
Compare
Choose a tag to compare

What's Changed

  • feat: free space check with remote file-size polling by @rtuszik in #26

Full Changelog: 0.6.1-rev.4.1...0.6.1-rev.4.3

0.6.1-rev.4.1

12 Jan 15:07
8d81326
Compare
Choose a tag to compare

What's Changed

  • fix: fix country code env var requirement, default update strategy by @rtuszik in #24

Full Changelog: 0.6.1-rev.4...0.6.1-rev.4.1

0.6.1-rev.4

12 Jan 14:43
659c019
Compare
Choose a tag to compare

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

05 Dec 00:41
Compare
Choose a tag to compare

New Photon release: 0.6.1

This is an automated release created by the GitHub Actions workflow.

Release 0.6.0

30 Oct 00:37
2c1e315
Compare
Choose a tag to compare

New Photon release: 0.6.0

This is an automated release created by the GitHub Actions workflow.

0.5.0-rev.1

03 Oct 15:59
a515922
Compare
Choose a tag to compare

What's Changed

  • fixed, dockerfile, update docker image by @rtuszik in #2
  • Docker image by @rtuszik in #3
  • fix: simplified startup script by @rtuszik in #4
  • fix(workflow): correct PHOTON_VERSION assignment in Docker build step by @rtuszik in #5

Full Changelog: 0.5.0...0.5.0-rev.1

Release 0.5.0

04 Sep 20:52
Compare
Choose a tag to compare

New Photon release: 0.5.0

This is an automated release created by the GitHub Actions workflow.