Athena Event Logistics

Logo

Athena Event Logistics

View My GitHub Profile

Hosting Instructions

General

The application has to be hosted behind a Load Balancer that offers HTTPS termination. The iOS / Android apps will not work without HTTPS.

Requirements

Environment Variables

Docker

The Athena Event Logistics backend is published as a GitHub Package.

docker run \
    --name athena \
    --port 4000:4000 \
    -e "[ENV Variables]" \
    ghcr.io/athena-logistics/athena-backend:[VERSION]

Authentication using docker login is required for all GitHub packages.

From Source

Athena can be run from source. to do this follow the development instructions in the README.