#til podman lepiej wspiera pliki kubernetes niż pliki docker compose. I super, bo właśnie korzystam z niego do testowania, a środowisko produkcyjne mam na k8s, czyli nie muszę mieć oddzielnego pliku dla compose
#til podman lepiej wspiera pliki kubernetes niż pliki docker compose. I super, bo właśnie korzystam z niego do testowania, a środowisko produkcyjne mam na k8s, czyli nie muszę mieć oddzielnego pliku dla compose
Motivated by Samuel Reichör, I took another try for Craft CMS + Coolify. But I can't get the nginx conf quite right Thx for any hints!
Source code Docker Compose:
- https://github.com/mandrasch/ddev-craftcms-vite/blob/coolify-test/docker-compose.yml
- https://github.com/mandrasch/ddev-craftcms-vite/blob/coolify-test/Dockerfile
- https://github.com/mandrasch/ddev-craftcms-vite/blob/coolify-test/nginx.conf
Coolify Discord question: https://discord.com/channels/459365938081431553/1355504172920864911
I'm curious to hear what others are #SelfHosting! Here's my current setup:
Hardware & OS
Infrastructure & Networking
Security & Monitoring
Authentication & Identity Management
Productivity & Personal Tools
Notifications & Development Workflow
Accessibility Focus ️
Accessibility heavily influences my choices—I use a screen reader full-time (#ScreenReader), so I prioritize services usable without sight (#InclusiveDesign, #DigitalAccessibility). Always open to discussing accessibility experiences or recommendations!
I've also experimented with:
I don't really have a media collection, so no Plex or Jellyfin here (#MediaServer)—but I'm always open to suggestions! I've gotten a bit addicted to exploring new self-hosted services!
What's your setup like? Any cool services you'd recommend I try?
#SelfHosted #LinuxSelfHost #OpenSource #TechCommunity #FOSS #TechDIY
#gnu #linux #dockercompose #kubuntu
Que satisfacción cuando probas algo y funciona sin problema desde el minuto uno!
Hoy levanté WordPress usando docker-compose sobre Kubuntu 24.04 sin snap.
Unos pocos click!
Ya lo tengo corriendo!
Sale vídeo para quien quiera levantarlo!
Simple Coolify example with Docker Compose + Github
#coolify #dockercompose #docker #devops
https://dev.to/mandrasch/simple-coolify-example-with-docker-compose-github-deployments-53m
Docker on your FLX1. A seamless experience non existent on iPhones and Android.
Learned a bit more about Docker Compose from developer colleagues today - aaand I wasn't aware that I can easily select "Docker Compose" as buildpack option for a (private) Git repository on #Coolify.
Hosting craft cms on coolify shouldn't be that hard after all. https://coolify.io/docs/knowledge-base/docker/compose
Docker Compose Postgres Connection: Troubleshooting and Best Practices
Master Docker Compose Postgres Connection! Learn best practices & troubleshooting tips for smooth database integration in your Dockerized environment. #DockerCompose #Postgres #DatabaseConnection #DataAnalysis #Python #DB2LUW
https://tech-champion.com/database/db2luw/docker-compose-postgres-connection-troubleshooting-and-best-practices/
Para hacer copias de seguridad de forma fácil desde vuestros contenedores de #PostgreSQL una herramienta muy interesante puede ser PG Back Web: https://github.com/eduardolat/pgbackweb
Interesante colección de, como el autor dice, soluciones simplemente estúpidas.
https://www.dumbware.io/
#Docker #DockerCompose #SelfHost #SelfHosting
Comment passer correctement des secrets à docker-compose.
Ca n'est généralement pas un problème dans les environments K8s, où docker-compose n'est utilisé que sur le poste des développeurs, mais ça peut aider dans d'autres environnements ... https://phase.dev/blog/docker-compose-secrets/ #dockercompose #secret #configuration #programming #devops
For this who want details, here's how it looks in docker-compose.yml
:
mail:
image: bytemark/smtp:latest # https://hub.docker.com/r/bytemark/smtp/tags
restart: always
environment:
- "MAILNAME=mail.pompat.us"
- "RELAY_NETS=172.42.0.0/16"
networks:
- gotosocial
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
Create #models and #OCL constraints on your web browser. #Validate them and generate a full #django application from them (or #SQL or an #API or #Python classes or... ) and deploy them with #dockercompose.
What else could you wish for??
https://besser.readthedocs.io/en/latest/releases/v2/v2.2.0.html
Here's my notes on #selfhosting #ActivePieces on #docker with #DockerCompose. I'll update this as I go.
Relative paths in Compose files being referred by
include
are resolved relative to their own Compose file path, not based on the local project's directory.
well that explains why backups failed in the last few days
Ojo, que en la nueva versión 1.4.3 de #LubeLogger (https://github.com/hargata/lubelog/releases/tag/v1.4.3) pasan de tener que mapear 8 volúmenes a sólo 2 para simplificar las cosas. Así que vigilad vuestros #DockerCompose.
How to Dockerize a Django App: Step-by-Step Guide for Beginners
#Products #Containers #Docker #DockerCompose #DockerHub #Dockerfile
What‘s your preferred method to backup your data from Netbox community running on Docker with Docker Compose and volumes?
I‘m trying the recommended way from Docker documentation. Currently I’ve not tested a restore.