scale8 / scale8-tag-manager-and-analytics

Website analytics, JavaScript error tracking + analytics, tag manager, data ingest endpoint creation (tracking pixels). GDPR + CCPA compliant.
https://scale8.com
GNU Affero General Public License v3.0
302 stars 17 forks source link

Feature: Add mapped volumes to docker-compose #112

Closed BackedUpBooty closed 2 years ago

BackedUpBooty commented 2 years ago

Is your feature request related to a problem? Please describe. If the containers are removed, recreated or migrated then all tag/analytics information is lost.

Describe the solution you'd like Volume mappings which allows for mapped folders and data to be hosted as per the user's requirements for db/login/tag and platform info migration if/when necessary, something like:

mongodb:
  volumes:
    - ./data:/data

Describe alternatives you've considered Not sure what other container folders may need to be mapped so various configs persist

Additional context Add any other context or screenshots about the feature request here.

cwbeck commented 2 years ago

@BackedUpBooty - we're going to provide a number of self-hosted options/examples via docker-compose and Terraform.

Thank you for submitting the issue, but I'm going to close this out as it is now firmly on our roadmap.

BackedUpBooty commented 2 years ago

Understood, thanks for letting me know. I took a look through the repo, have you published a road map? I'd really like to keep up to date with this project.

cwbeck commented 2 years ago

@BackedUpBooty - internally yes, externally no. We had a rough high-level roadmap on our old README, but we have made changes (actually based on customer feedback!) and we are going to re-share it in a more structured way and perhaps using GitHub projects.

I'd 'watch' the repo for updates, we push releases out and detail changes there. You can also follow us on twitter twitter.com/scale8_com.

If you have any immediate requirements or suggestions though, we'd love to hear them. We've enabled discussions in the repo for exactly this. Our hope is features will get requested, upvoted and easier to prioritise. 💡

BackedUpBooty commented 2 years ago

Cheers, watched and starred, I'll head over to the discussions tab