Skip to content

Instantly share code, notes, and snippets.

View andresEGS's full-sized avatar

Andres Gonzalez andresEGS

  • Unac
  • Medellin
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: