Skip to content

Instantly share code, notes, and snippets.

View rizkyilhampra's full-sized avatar

Rizky Ilham Pratama rizkyilhampra

View GitHub Profile
@CasusArts
CasusArts / docker-compose.yml
Created March 26, 2022 09:58
Laravel 9 - Sail with phpMyAdmin
# For more information: https://laravel.com/docs/sail
version: '3'
services:
laravel.test:
build:
context: ./docker/8.1
dockerfile: Dockerfile
args:
WWWGROUP: '${WWWGROUP}'
image: sail-8.1/app
@CTimmerman
CTimmerman / .prospector.yaml
Last active May 16, 2024 04:45
Out Of Memory (OOM) Killer to save your SSD and other processes.
pylint:
disable:
- line-too-long
- multiple-imports
- pointless-string-statement
- too-many-nested-blocks
@Ashton-W
Ashton-W / Issue.md
Last active November 25, 2024 21:04
GitHub Markdown toggle code block
Click to toggle contents of `code`
CODE!