- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: June 12th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
ghulican@lemmy.mlto Selfhosted@lemmy.world•Looking for an ios app for RTSP camerasEnglish1·2 years agoRestreamer is a great service to run on your machine and then load the feed on your iOS device. They have a decent UI for multi cameras, but then Frigate is just a few steps away…
ghulican@lemmy.mlto Selfhosted@lemmy.world•Anyone using "docker run" instead of "docker compose"?English6·2 years agoIt’s saved me countless minutes.
Env variables get saved to 1Password (self hosted alternative would be Infisical) with a project for each container.
Docker compose files get synced up to my GitHub account.
I have been using the new “include” attribute to split up each container into its own docker compose file.
Usually I organize by service type: media
Not sure if that answers the question…