Skip to content

How to host local only with docker? #38

@Zottelchen

Description

@Zottelchen

I've tried building a simple image using:

FROM jasonwhite0/rudolfs
ENTRYPOINT ["/tini", "--", "/rudolfs"]
CMD ["--host=localhost:8080","--key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "local", "--path=/lfsdata"]

It starts fine:

2021-11-17T16:15:28.856Z INFO  rudolfs > Initializing storage...
2021-11-17T16:15:28.858Z INFO  rudolfs > Local disk storage initialized.
2021-11-17T16:15:28.858Z INFO  rudolfs > Listening on 127.0.0.1:8080

I've added the following to my .lfsconfig:

[lfs]
url = "http://127.0.0.1:8080/api/ab/project"

However git push fails:

Uploading LFS objects:   0% (0/2), 0 B | 0 B/s, done.
batch response: Post "http://127.0.0.1:8080/api/ab/project/objects/batch": EOF

What did I miss?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions