Skip to content

Persist Fasten Database using volume mount #237

Closed
@Cookie-Monster-Coder

Description

Have the option to store the data persistently by mapping it in the volume section in docker.

  Fasten:
    image: ghcr.io/fastenhealth/fasten-onprem:main
    container_name: Fasten
    environment:
      - TZ=America/Chicago
    volumes:
      - /volume1/docker/Fasten:/opt/fasten
    ports:
      - 8080:8080
    restart: unless-stopped

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions