Skip to content

Instantly share code, notes, and snippets.

View victorjtfranco's full-sized avatar

Victor Franco victorjtfranco

  • Loft
  • São Paulo (SP)
View GitHub Profile
@victorjtfranco
victorjtfranco / docker-compose.yml
Created March 12, 2019 17:37
Docker-compose Postgres setup
# See
# https://github.com/khezen/compose-postgres/blob/master/README.md
# https://info.crunchydata.com/blog/easy-postgresql-10-and-pgadmin-4-setup-with-docker
# https://hub.docker.com/_/postgres
version: '3.5'
services:
postgres:
image: postgres:10.7
@victorjtfranco
victorjtfranco / keybase.md
Created January 19, 2018 12:18
keybase.md

Keybase proof

I hereby claim:

  • I am victorjtfranco on github.
  • I am victorjtfranco1 (https://keybase.io/victorjtfranco1) on keybase.
  • I have a public key ASBefz4HCIP3Mh3iKE3JiQSXxUz_FGKWYR0iS4aqV0fHSAo

To claim this, I am signing this object:

@victorjtfranco
victorjtfranco / Dockerfile
Created March 20, 2017 14:16
Extending Postgres Docker
FROM postgres:9.4
MAINTAINER Victor Franco "[email protected]"
COPY add-config.sh /docker-entrypoint-initdb.d/
COPY postgresql-extend.conf /
@victorjtfranco
victorjtfranco / fb_pixel.html
Created November 4, 2016 17:19
Beautified Facebook Pixel Code
<!-- https://developers.facebook.com/docs/facebook-pixel/api-reference#setup -->
<!-- Code Beautified -->
<!-- Facebook Pixel Code -->
<script>
! function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};