Skip to content

Commit

Permalink
fix defaults for compose build
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuszik committed Jan 11, 2025
1 parent ad7a1bd commit 6c71b93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ services:
context: .
dockerfile: Dockerfile
args:
- PHOTON_VERSION=0.6.1
- PHOTON_VERSION=${PHOTON_VERSION}
environment:
- UPDATE_STRATEGY=PARALLEL
- UPDATE_INTERVAL=2m
- UPDATE_INTERVAL=1d
- LOG_LEVEL=DEBUG
- COUNTRY_CODE=zw
# - COUNTRY_CODE=zw

volumes:
- photon_data:/photon/photon_data
Expand Down

0 comments on commit 6c71b93

Please sign in to comment.