Skip to content

Instantly share code, notes, and snippets.

View mendsec's full-sized avatar
:shipit:
Going everywhere

Fábio Mendes mendsec

:shipit:
Going everywhere
View GitHub Profile
@mendsec
mendsec / docker-compose.yml
Created June 18, 2021 16:16 — forked from soapdog/docker-compose.yml
Sample docker compose file for developing Sailor framework based web apps
version: '2'
services:
web:
depends_on:
- db
build: academy-server/.
image: amoralabs/academy
ports:
- "8080:80"
- "8443:443"
@mendsec
mendsec / links.md
Created March 29, 2020 12:06 — forked from akitaonrails/links.md
Links de referência pro Episódio 66 do Canal Akitando