0
stars
0
forks
source link
log_service
Setup Instructions
- Copy the contents of
.env.sample
and create a new .env
file. Update the environment variables in .env
as per your requirements.
- To bring up the containers, run the command:
make up
- To perform the database migration, run:
make migrate_up