Skip to content

Instantly share code, notes, and snippets.

View betotorodev's full-sized avatar
🤟
¡LET'S CODE!

Beto Toro betotorodev

🤟
¡LET'S CODE!
View GitHub Profile
@Klerith
Klerith / docker-compose.yml
Last active January 15, 2026 00:05
PostgreSQL + PgAdmin
version: '3'
services:
myDB:
image: postgres:15.3
container_name: my-database
restart: always
ports:
- 5432:5432
environment:
@Klerith
Klerith / instalaciones-database.md
Last active March 14, 2026 19:11
Instalaciones necesarias para el curso de base de datos
Postgresql_elephant svg

SQL de cero: Tu guía práctica con PostgreSQL

Instalaciones recomendadas