Skip to content

README's embedded Dockerfile/docker-compose.yml differ from the actual root files #8

Description

@abayomicornelius

The "Docker" section of README.md shows a Dockerfile with rust:1.75-slim-bookworm, port 8080, binary stellarsend, and a compose file with full env var documentation — but the real Dockerfile uses rust:1.78-slim, exposes port 3000, and produces binary stellarsend-backend; the real docker-compose.yml only sets DATABASE_URL and STELLAR_NETWORK (missing JWT_SECRET, HORIZON_URL, etc., so the app would fail Config::from_env() on startup).

Reconcile the docs with the real files so docker-compose up actually works as documented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    devopsDeployment/infradocumentationImprovements or additions to documentation

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions