Heroku deploy docker compose reddit. Command heroku ps tells web.

Heroku deploy docker compose reddit. HERE is a link on how to install Docker compose.
Heroku deploy docker compose reddit yml file where you have defined a service and no networks. This is good for 1000 users per day. I think you pay by usage. I wrote a docker-compose file that builds the two container. Heroku provides two ways for you to deploy your app with Docker: Container Registry allows you to deploy pre-built Docker images to Heroku; Build your Docker images with heroku. io and you can deploy any Dockerfile on decentralized infrastructure permissionless using blockchain. It's fine to use SQLite in dev and deploy to Heroku & Postgres. Hello there. Then use NGINX reverse proxy to serve your localhost:8080 application. Heroku adds a slug size to your dyno, and your app still runs fine when hitting the 512mb limit. yml. yaml file to spin up the corresponding containers (or dynos) on Heroku for production. But when I push and release to heroku - somewhy dyno process command according to a dashboard is web: python3. Then create an ECS task that uses that container from the ECR. Also I noticed that both the docker-compose and docker buildkits were less successful than one of the node ones to build and run my application. I tried different AWS services directly, Heroku, Railway and looked into a but when I deploy to heroku, exactly how it is here, and using this instructions: $ heroku git:clone -a minhoto $ git add . Option 2: you can run it on ec2, but now you need to add docker to an ec2, and setup the docker Use docker. Unless you have a specific need for custom Docker images, we recommend using Heroku’s default buildpack-powered build system instead, which offers automatic base image security updates, language-specific optimisations, and avoids the need to maintain a Dockerfile. Docker Composeを使ってRailsの環境を構築する(8/9) Docker上に構築したRailsをHeroku(本番環境)にデプロイ(公開)する(9/9) 今ここ; 本番環境はHerokuを使う. I'm aware that it is possible to deploy to Heroku with Docker, but I thought that the tutorial was already almost too long and enough to demonstrate how to deploy to Heroku dynos using the classic Procfile. Heroku also has options for docker deployment. I had some problems with timezones, but it seems it's because heroku make me used to their View community ranking In the Top 50% of largest communities on Reddit. Create an ECR. yml file will look very similar to your Docker Compose file. Just gotta put railway. , this can be a long and complicated overhead. Here’s a write up with a diagram for what I have tried back end: I have my Django server running in a docker container (and the postgres database is also in it's own container). Oct 11, 2024 · Docker Compose is a tool for defining and running a multi-container Docker application. Heroku will auto restart on failure. yml instead. Docker Compose は、マルチコンテナ Docker アプリケーションを定義および実行するためのツールです。Docker Compose がローカル開発に優れている理由、開発のために Docker image を Heroku にプッシュする方法、その他のお役立ち情報について説明します。 Everything is going okay and running okay when doing docker-compose up on local env. yml └── frontend . the website itself gives this error: Exactly this. yaml): docker-compose up -d Personally, I prefer to avoid them, I was really surprised heroku uses it's own format to create container images ( Procfile and not Dockerfile ) I suggest you to dockerize your app ( create one single docker-compose file which will deploy it with one command ) However, if you deployed spring boot apps in heroku before, then I guess you also know how to deploy the react app, without using docker. yaml needs to be on the server, you run compose commands just like you do in local environment. The other is to package your app as a self contained service. Hey. Learn how to use Docker Compose for local development. Once the add-on started, you will be able to run commands such as docker run or docker-compose up from your computer that will be executed on your distant instance, in production! Deployment; Deploying with Docker; Deploying with Docker English — 日本語に切り替える. Learn how Docker Compose is great for local development, how you can push your Docker images to Heroku for deployment, and other tips and tricks. yaml file somewhere and bring it up with (in same dir or -f /path/to/docker-file. If you want to scale then deploy your docker app in another instance and use load balancer to distribute the load between instances. It seems that a Paas solution would the best for my problem. (Maybe oversimplified but you will get the benefit. Mostly they are configured to run docker containers. prod up --build. May 28, 2021 · Hey everyone, I'm trying to deploy 3 docker containers with a postgres db to heroku. Get the Reddit app Scan this QR code to download the app now Is it possible to deploy a Docker-Compose directly to Heroku ? Share Add a Comment. Docker Compose is just a tool you can use to coordinate Docker Containers locally. Airflow has several components like executor, server, scheduler, database and it is usually deployed on Kubernetes (although you'll probably want to start with docker-compose) so it's definitely a tool I would recommend getting acquainted with but as a separate step from model deployment. --UnRAID-- Since I'll have to deploy it for testing purposes soon, and in the end deploy to production, I'm looking at the deployment options. But I have done it with heroku before, that might be the first place you will want to look, it’s not a good place for bigger projects but for first time deployments it’s pretty good. Take a look at docker swarm. Then create a Docker compose yml file in the project root. I use Ansible to configure the server, and either Ansible to deploy with gunicorn and nginx, or docker-compose, depending on the needs. The free offering supports multiple environments via branches (ie dev branch for dev, master branch for prod) and has a bunch of helpful add ons that can also be accessed for free via their marketplace. tl;dr: docker-compose. It is based on Django (Python + GDAL image) and Postgres (Postgis image). I had project for months which I never used and I never got the bill for it. Will take you a few days or maybe a week to figure out but it's nice knowledge to have imo! Railway: easy to deploy. I can open the app via the heroku link and see my frontend but I am confused about how to find the base URL for the API container. yaml I have a docker-compose. Ducusaurus V2 Docker Container to Heroku im currently trying to deploy a docker container docker compose --profile production pull docker compose --profile production up -d. As you can see it is located in it's own directory. Simplest. I want to be able to deploy the Python backend (Django) on Heroku. Portainer provides you with an interface to run your compose file, connect to it on <your-server-ip>:9000, go to stacks and create new stack with your compose file (use compose versione 3 or later if docker is in swarm mode) and run it I had an application consisting of a docker image (Python API in my case), a Vue frontend and it needed a Postgres database. prod. ) Docker Compose is a tool for defining and running a multi-container Docker application. Deployment often requires more fine-grained features so you end up having to customize your deployment using a Continuous Deployment tool, doing things like blue/green, rollbacks, gradual rollout, custom integrations like extra IAM policies to give access to more resources. production. When you run Docker compose up in the root folder that contains the yml file everything will run in your Docker container. However, Heroku does not allow me to specify a subdirectory when pointing to a github repo. wsgi. Note that you don't need to use Postgres & Docker in development (although that's current best practice). Docker Compose is mostly for local development, and containers are connected over a Docker bridge network. Is it possible to deploy the docker compose container to sites like render, heroku or koyeb? I have been trying to deploy the container created using the docker compose file from the mathesar docs to render and koyeb unsuccessfully, I keep getting all sorts of errors . The backend api with Nestjs The frontend client with Nextjs Also, does "Docker" helps with this kind of "step" that we need to take when working on a full-stack projects? If you involve Docker from the beginning and use it in your development workflow, it's easier to then deploy your project somewhere. yml, it's a shame to have to work with and maintain two different "recipes" for my project. Again, this approach is based on Docker images. (ghcr. One important note is to build client and server images locally and just pull them with docker-compose. Totally enough to start. E. So for 7$ (corrected) plus db you get your app and auto ssl certs. py │ └── Procfile ├── docker-compose. ├── backend │ ├── backend-files. So there would be only two containers in the docker compose file. I've been using Rancher at work (for staging), and it's pretty similar to that goal of 'just click a button' to deploy. The amount of effort this community puts into re-inventing the wheel to keep using Docker Compose for services instead of using Docker to test local stuff which will go into k8s is nuts, though. Nov 24, 2021 · Deploy and run a Django app in a Docker container on Heroku; Configure GitLab CI to deploy Docker images to Heroku; Manage static assets with WhiteNoise; Configure Postgres to run on Heroku; Create a production Dockerfile that uses multistage Docker builds; Use the Heroku Container Registry and Build Manifest for deploying Docker to Heroku Now I'm running the application on an EC2 instance with (Dockerfile+Procfile) based Dokku deployment. Would appreciate any help, or even suggestion for other free hosting platform. And I can not change it anyhow. 'Containerize' means: At build-time creating/building a Docker image. yml file. To deploy a new version you Update the task with New rev, then update service to new task version. Once you have set up your digital ocean node(s) for swarm, which is simple with a few commands (and then you can get into automating that later on etc), you can then deploy your containers to them. It works now, after two days of trial and error, in my local machine (Ubuntu 22. I'm not aware of any drawbacks other than you may want to get familiar with docker compose if you're not already. If it works on my desktop/laptop, it will work on the server. Please follow this guide: Local Development with Docker Compose. Create a Docker file for Django, your postgres database and your react app. This time Circle understands that a tag means "I need to push I use heroku for my . Codebase on Github. I have tried to add heroku. If it makes some money, scale it out on real infra. Then docker seemed to do similar (was it parsing the docker-compose file too?). Which is good compared to heroku where you pay no matter what. Get to the place where you have your project running and available through one. g I wouldn't know how to scale workers up to 2-3 in case of vendure which requires at least one web instance and one or more workers. Create a docker image of your app and push it to the registry. Do I need to have a separate app for the API layer to get a link for the front end to make requests to? Deployment; Deploying with Docker; Deploying with Docker English — 日本語に切り替える. I use Heroku for free tier/test sites. Then an ECS service to use that task. There is a separate repository with Traefik and demo app deployment. Sort by: Best Both client and server are exposed and routed via Traefik to subdomains so you can host many apps on same server with https. Deploying with docker-compose Hi, I frequently use docker-compose for add-ons like mongodb, redis, and elasticsearch, and I was wondering if there's any way I can run a single command from a local directory that contains a docker-compose. My local dev environment is containerized with docker and I control the containers with docker compose. 0 update!!! So you will need to have docker compose installed also know how to forward your ports. 今回はHeroku上に、Dockerコンテナを起動させて、Webアプリケーションを公開していきます。 Let's say you have a directory called "foobar". If the CI succeeds and the PR passes review, we merge it to master. When you run docker compose up inside that directory a network will be automatically created for you called "foobar_default" with your service attached to it. true. Thanks comments sorted by Best Top New Controversial Q&A Add a Comment For me, Heroku is all about those Heroku addon services. yml to spin them up and run start up commands etc. All that means I’m reality is you’ll have slower site startup when it hasn’t been used in a while. Assuming you're asking about secret env vars specifically (since it's fine to include NOT secret ones written in the compose or copied into the container): the way I have it set up is using fly. cloudmos. For multiple sites per host get yourself another docker-compose file that will run nginx and certbot for ssl certificates and sit in front of others. free Heroku Data for Redis® plans will no longer be available. I saw that Heroku seems to offer a such solution. You use AKT coin (Cosmos based) to deploy on the network. Command heroku ps tells web. ) for local development, but use Heroku's offerings when deploying on it. Each of them is behind traefik, every container is using labels in compose to configure traefik. If you have apps using any of these resources, you must upgrade to paid plans by this date to ensure your apps continue to run and retain your data. Though I could probably translate my docker-compose. monitoring is done with node exporter / Prometheus/ and grafana. Maybe some known open-source deployments would be great. My understanding is that docker compose creates a default network if there's a container that isn't assigned to a network. Hi u/aust1nz, . ah your images are public ones, so you don't even need a private Docker repository, if this is a one node (server) deploy, you just need docker and docker-compose in your one "droplet", drop that docker-compose. Have a deploy task which copies the deployment config to your server and runs docker-compose up -d -f docker-compose. 36 votes, 39 comments. No credit card or signup required and no minimums. $23/month gets a 10M row database ($9), and a web ($7) and worker dyno ($7). sh run" I am trying to understand how can i bind the… What's your ideal budget, right now, for the current state of your project? I'm a big proponent of Heroku. Am I deploying one container image which contains the 5 containers in a down state, so now I need to spin up this overarching 'app' container, and then run docker-compose in it over on Heroku? You cannot use Docker compose on Cloud Run. production” file so it picks it when building in production mode. SSH into your cloud server and execute: docker-compose --env-file . Wrong. Net Core apps. Docker is even more pointless if you can package and run the application as a single standalone executable binary (like a fat jar, or a Go binary). Now, given you already have a docker-compose file, you could deploy to AWS in just a few minutes (assuming you have an account, and can pull the docker image from somewhere, like AWS ECR) with ECS Compose-X (GH|Docs). Deployment takes 30-45 seconds when using Ansible. K8s is so far beyond compose in complexity that I can definitely see people using it for "production" although I'm sure your definition of production varies from others. Posted by u/mistrjirka - 2 votes and 3 comments The industry standard right now is to use container and container orchestration with docker/docker-compose. Inside that directory you have a docker-compose. And I am using WSL2. Docker Compose is primarily for local development. I just learned some basic docker and docker-compose this week and don't feel that comfortable with it yet. also here is a simple link on how to forward ports HERE. When we want to do a release, we tag the master branch, which triggers CircleCI again. When there are changes to the server files, I just rebuild the server images with docker-compose build --no-cache <service_name>. . yml for deployment to Heroku Hey everyone, I'm trying to deploy 3 docker containers with a postgres db to heroku. Eligible students can apply for platform credits through our new Heroku for GitHub Students program. io, docker hub etc. If it matters I'd favour one with postgres as I'll probably deploy to heroku eventually. Oct 11, 2024 · When you execute docker-compose up, your project runs in the foreground, displaying the output of your services. Either way you'd want to use docker-compose for your current single server project if you want to go the docker route. Deploy the image heroku or Fargate or whichever to launch. You can shut down the services gracefully using ctrl+c. Give your Travis runner an ssh key to your deployment server. Adding Docker in at this stage won't save you much time. It took me a few days to figure it out but I deploy my code to AWS CodeCommit (a Github instance basically), which then builds a docker image on commit, runs all the rspec tests in the build environment, and if the tests are successful, deploys the image to the AWS docker service. You could probably even do it for $7 a month using the tiny Now I am using Ubuntu with Docker-Compose running the new V-Rising 1. See our blog and FAQ for more info. You would deploy and connect multi-container apps the same way you would for non-container apps - over a network. However, if you deployed spring boot apps in heroku before, then I guess you also know how to deploy the react app, without using docker. I'm trying to deploy django project to Heroku using docker image. Once you start docker container, you application will be launched and ready to accept request. I mostly use Heroku for prod and use docker-compose during development, but I'm hurting for a PaaS that treats docker-compose as the de facto development environment. json inside root with configuration. I would indeed not advise to go multi cloud to host your apps etc. yml file but I'm not sure about the configuration or how to link it to my docker-compose. In which case, surely I need to use something analogous to docker-compose in the heroku. Still on Heroku - because Spring Boot tends to take quite a lot of memory. This web server is currently running on heroku, set up with github actions so that is updates whenever I push changes to the repository. This scenario isn't much different than just installing a tool on the host, except it's a little easier to install certain tools like this since it's already provided via docker image, and you don't have to deal with package dependencies on the host, so use Oct 11, 2024 · Docker Compose is a tool for defining and running a multi-container Docker application. I have dockerized the application using docker compose, so it should be ready to work. yml on server so you can use 1GB RAM VPS for You can have heroku build and deploy the image on push straight from your code repo meaning you don't need circle Ci or docker hub either. You would need to put the spring app heroku url in a “. yml to a heroku. Now it’s been 8 months since I launched using docker on DO using the $5 droplet. yml that defines two containers and two custom networks and each container is assigned to at least 1 network. All pretty standard, so you would think this would be extremely easy to deploy. Preferably use docker and deploy your code in docker container. yml for deployment to Heroku I am using Windows 11. It's very affordable at the low-end if your time/focus is on developing and promoting your product. At run-time passing this image on to some software which will create a Docker container from the image and run it. It gives 512 MB Ram, 1k hours per month for free. Create a docker-compose. It uses a simple sqlite3 database file and nginx as the proxy. we use ansible to configure all our servers. You just need to point your frontend container at the IP addresses of the backend containers. I have 4 containers locally. I don't have servers yet. My main goal was to show how to configure a Django app for development in Docker for Docker newbies. I have things working locally in docker compose, and I’ll probably use docker for the deployment as well. On heroku’s free tier it will shut down the “slug” when that site doesn’t receive requests for a certain period of time. You setup your environment (java, sql, node, etc) in the docker-compose yml file and then use docker-compose up Thanks for elaborating. and how I can scale this app, like how to add more rails instances and how to increase number of postgresql or sidekiq servers. Here's my github repo (You could see my Dockerfile): Look, I get that kubernetes can be complicated. I've written a tutorial on how to deploy a simple Django app to Heroku. Everywhere I tried gave me headaches. If I want to deploy this, I need to add nginx is some way? If the project is not heavy on resources it ends up in one docker-compose file that manages all the infrastructure on one host and therefore easily moveable if needed. During my free trail period, I read a few tutorials on deploying Django using docker/docker-compose. How can I deploy a rails app which has docker-compose containing postgresql, rails and sidekiq. You must trust the provider you deploy on but they also have datacenter providers like CherryServers. This project is using the first way where your specific server environments are managed by docker, but they still interact with your single, stateful, server. HERE is a link on how to install Docker compose. If I understand correctly, I can use volumes to mount the local database into a container. Here's my github repo (You could see my Dockerfile)… Heroku performs the same steps during each deployment (running migrations first, then a tarting another app instance, then stopping the old one) Edit: typos Reply reply More replies If you used Docker what did you do with the Dockerfile and docker-compose files differently from the configuration used for local deployment? Locked post. I would prefer it if I could develop and deploy with the same exact . I think there are some use cases for docker compose if someone only wants to run a single node but don't want to manually run docker commands. Kompose promises to turn my docker-compose file into a Kubernetes thingy, but seems to want me to authenticate to the Docker registry for unknown reasons but breaks when it tries to do so Google Cloud has five different guides to deploying Docker to five different parts of their ecosystem, no explanations given Been deploying apps for years without high level deployment tools like heroku, and have just deployed them separately. $ git commit -am "make it better" $ git push heroku master . Hi, As Heroku users you will have the ability to deploy your containers using Docker very soon, thanks to an add-on we are developing. Native apps will change the game here, but not there yet. I tried deploying my Docker compose to GCP but having hard time setting up Kubernetes. All services are in containers and are deployed with docker compose. Initial server config means running two commands which takes 10-15 minutes. Afterwards just deploy your app with docker-compose up -d. If you go with the Build Manifest approach, your heroku. You mostly have the same stuff that you do in your docker-compose file. Then it's just basic Linux hardening (secure your bare bones Linux server). My Procfile contains command: web: gunicoron myProject. ) Create a docker-compose. Same. Deploying a docker image with Heroku can be done under 3 min, but I have no luck with docker compose. 04). Docker is incredible. Heroku supports Docker insofar as it can spin up the server containers as dynos, but I often find it cumbersome to have to configure auxiliary containers like databases/cache as On Google cloud you must 'translate' your docker compose to kubernetes file, so I get many errors when try this way ( with komopose tool ) On heroku you must have a credit card to use docker On AWS ( ECS ) is the same shit like Google, for sample I get multiple errors with volumes specifications Personally, I always deploy on a VPS. New comments cannot be posted. Docker-compose forced me to run almost exactly the same as the yml defined (including another postgres I didn't need, as I had already configured it in coolify). Dec 3, 2024 · The Heroku container stack is intended for advanced use-cases only. You may also see k8s, but I'd start with docker/docker-compose. One lesser-known option is to use docker-compose up -d to start your containers in the background. Now it is working locally I would like to find a solution to deploy my app easily using my docker containers/ docker-compose. Since I'd love to dwell more deeply into the field of Docker, would it be a good idea to move from Dokku to Docker? One feature of Dokku I'd really not want to lose is the git push based deploys. env. Use https://deploy. If you're only serving static content, you should indeed look at solutions like Netlify or Firebase Hosting to name a few as hosting and managing a server by yourself, in addition to handling Docker images, wouldn't make much sense in that case. My build pushes the image to my private docker repo running on harbor and with a simple update to the release tag of the docker-compose file, the only thing I have to do on the server is docker-compose down; docker-compose up. Just connect your github repo to heroku and it is a few clicks away for a continuos deployment. Tried using DO App Platform and the build times were kinda crazy. Yep that's exactly it. I have successfully deployed the calibre-web into the docker container using docker-compose. So, I take advantage of them and then use Docker Compose locally to mimic them. The CMD is "catalina. Hi everyone, I am trying to build a docker image based on a tomcat server. I don't even think about deploying anymore. When no service is defined in the command, it is applied to all services. 1: crashed. You can use heroku postgres as a database which is 10k rows free. Your time is worth more than that. Use Docker. For some background, I'm a programmer first, and DevOps by necessity, and I hate DevOps -- so I'm looking for a way to deploy docker-compose setups in the heroku-style 'just click a button'. Newbie here. I am looking to deploy my first application to production and I would like some help choosing where. I would try that, heroku is pretty straightforward. This is what it says on the docs: "If you’ve created a multi-container application you can use Docker Compose to define your local development environment. CircleCI starts everything with docker-compose and then runs docker-compose exec /app/scripts/ci to run the tests and linters. You’ll never see a DigitalOcean/Heroku deployment in these positions. Hi all, I have my docker files and deployed my app to Heroku (called docker-frontend-project_. However, it seems very ambigious about how to use docker-compose on the production line. Upload your container. So imagine you had a frontend app, a backend API, and a database, instead of manually rebuilding those each time and ensuring you had the correct environment variables, you can use Docker Compose to coordinate the setup and launch your service. Worth noting that, as Heroku is non-persistent, the guide above recommends you to use official docker images of (redis, postgres, etc. Docker is mostly pointless for this; WAR files are pretty easy to deploy and the WAR format makes the dependency isolation features of Docker somewhat pointless. yml… Unfortunately Heroku appears to not support docker-compose, requiring you to create a heroku. I developed an app and dokcerized it using docker compose. " Heroku is a cloud platform that lets developers build, deliver, monitor and scale apps — we're the fastest way to go from idea to URL, bypassing all those infrastructure headaches. yml file that contains nginx, PostgreSQL and your app's image. io's secrets feature, which is pretty similar to the "deploy secrets" feature available on most of these PaaS platforms. I ended up separating my backend on a dockerfile and deploy it on Cloud Run, and just create a SQL instance on Cloud SQL. yaml file with the same service definitions but with the images referring to your built images on DockerHub. DM me if you want. You can tear down the Compose setup using docker-compose down. scifew ebdaoagv tzlsey sfkaymg rdlvh pqfyi mlf hyuj qav ijroykj
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}