programsam / binkjs

Music archival site BINK, rewritten as a Node.js express app
0 stars 1 forks source link

Docker Dev Option #140

Closed JMarquee85 closed 1 month ago

JMarquee85 commented 9 months ago

Work on a makefile=>docker compose dev deployment that takes care of the needed mysql setup, etc.

Possibly leverage a minIO container as well to forego the need for S3 locally.

JMarquee85 commented 9 months ago

Branch docker_dev begun for this. Currently have docker-compose successfully building the mysql image and configuring it with the binkjs.sql file and MinIO building and setting up a bucket and exposing the console at localhost:9001.

I'm running into some issues getting public inside of the binkjs bucket to populate and although the npm app seems to like the MinIO container just fine as an S3 location and appears to upload normally, etc., I'm not seeing any files uploaded there as of yet, not able to get 'uploaded' audio to play, etc.

JMarquee85 commented 1 month ago

Completed and merged to main. Closing issue as gtg.