Skip to content

Commit

Permalink
Local docker-compose re-uses object bucket name for state bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
joneubank committed Aug 22, 2024
1 parent c504207 commit 0decbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
SERVER_PORT: 8080
OBJECT_SENTINEL: heliograph
BUCKET_NAME_OBJECT: score.data
BUCKET_NAME_STATE: score.test
BUCKET_NAME_STATE: score.data
COLLABORATORY_DATA_DIRECTORY: data
METADATA_URL: http://song-server:8080
S3_ENDPOINT: http://object-storage:9000
Expand Down

0 comments on commit 0decbbf

Please sign in to comment.