Skip to content

Instantly share code, notes, and snippets.

View Geovanek's full-sized avatar

Geovane Krüger Geovanek

View GitHub Profile
@Geovanek
Geovanek / docker-compose.yml
Created October 13, 2022 17:00 — forked from Daniyal-Javani/docker-compose.yml
Laravel sail with phpMyAdmin
version: '3'
services:
laravel.test:
build:
context: ./vendor/laravel/sail/runtimes/8.0
dockerfile: Dockerfile
args:
WWWGROUP: '${WWWGROUP}'
image: sail-8.0/app
environment:
https://developers.strava.com/
https://developers.strava.com/docs/webhooks/
https://developers.strava.com/docs/webhookexample/