How to containerize Backstage with Docker

preview_player
Показать описание
How to containerize Backstage with Docker! Watch as I run through the necessary steps to deploy backstage locally with Docker! This video involves some debugging and how to have an environment variable file in a docker run locally!

#DevOps #Cloud #Backstage #Coding #Software

Рекомендации по теме
Комментарии
Автор

thanks a lot, great video! this help my backstage deployed!

summerflamingo
Автор

Hello, I'm really appreciate your great videos, it helped a lot to get it up and running. But after finishing this playlist of backstage, I still can't get the bigger picture of backstage, what backstage really is in a real tech company, what backstage can help us in everyday work. I'm too lazy to figure out what's software catalog or other jargons through reading the documents. I just want to find some videos that show the fancy features of backstage. But all I could get are simple demos. I still can't find a compelling reason for me to adopt it.
Could you consider making some more videos, no coding, no configuration, just demonstrate how powerful it is. I think that would be great.

willww
Автор

Hi I am getting an error when I am logging using a guest it says you should have legacy token

SaifCSE__
Автор

Great video. It would be good if you could upload this video again but exclude all the errors and issues so it can easily be followed.

BiohaZd
Автор

Great content. Thank you.
Is there any way to test docker application with git hub user ?

jvd-jm
Автор

This docker container is connected to your sqlite memory part, not the postgres
because in your dockerfile it says ENV NODE_ENV production
so it goes to the app-config.production.yml.
but what if i want to use postgresql? it throws the same error you had:
Error: Failed to connect to the database to make sure that 'backstage_plugin_app' exists, Error: connect ECONNREFUSED 127.0.0.1:5432

akhia