Skip to content

Instantly share code, notes, and snippets.

View dctremblay's full-sized avatar

David Côté-Tremblay dctremblay

View GitHub Profile
@dctremblay
dctremblay / rc
Last active April 16, 2024 04:14
docker-compose rc script
#!/bin/bash
HOST=srv001.example.com
USER=compose
PATH=~/some-project
migrate() { :; }
psql() { dc exec postgres psql --user postgres; }
#################