Information on chart difficulties.
- Go 1.12.17+
- Task 2+
- packr 1.30.1+
- MySQL 8+
- S3-compatible Object Storage
- Profiles Service
- Tracks Service
The following variables MUST be defined by the environment in order for the application to run properly.
AWS_S3_BUCKET
AWS_S3_REGION
AWS_ENDPOINT
MYSQL_DB
MYSQL_HOST
MYSQL_USER
MYSQL_PASS
- Run
task buiild
, this will automatically pack and embed migrations into the final binary. - Ensure the following environment variables listed in Configuration.
- Execute the application, the migrations will run at startup.