This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM php:8.1-fpm | |
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer | |
RUN apt-get upgrade -y | |
RUN apt-get update -y | |
# Used for image compression | |
RUN apt-get install -y jpegoptim optipng |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
server_name www.example.local; | |
error_log /var/log/nginx/error.log; | |
access_log /var/log/nginx/access.log; | |
root /app/public; | |
listen 80; | |
location / { | |
# try to serve file directly, fallback to app.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.1' | |
services: | |
web: | |
image: nginx:latest | |
ports: | |
- "9080:80" | |
volumes: | |
- .:/app:cached | |
- .docker/nginx/nginx.conf:/etc/nginx/conf.d/default.conf | |
depends_on: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
β Total Stars: 22 | |
β Total Commits: 3.9k | |
π Total PRs: 1.1k | |
π© Total Issues: 469 | |
π¦ Contributed to: 19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let value = 0; | |
let perroquet = 'P E R R O Q U E T'; | |
function setup() { | |
createCanvas(600, 600); | |
angleMode(DEGREES); | |
} | |
function mouseClicked() { | |
switch (value) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHP +31/ -23 βββββββββββββββββββββ 81.8% | |
Vue +11/ -2 βββββββββββββββββββββ 12.0% | |
YAML +0/ -12 βββββββββββββββββββββ 6.2% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cette vie Clara Luciani | |
Tout pour moi Clara Luciani | |
Bombe Renard Tortue | |
Ainsi Bas La Vida Funk DR MΓB & ZODIVK | |
Legends Never Die League of Legends | |
Unstoppable Sia | |
La grenade Clara Luciani | |
Mon sang Clara Luciani | |
Vois sur ton chemin - T BENNETT | |
Nightcall Kavinsky & Angèle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
π Morning 337 commits βββββββββββββββββββββ 53.1% | |
π Daytime 186 commits βββββββββββββββββββββ 29.3% | |
π Evening 112 commits βββββββββββββββββββββ 17.6% | |
π Night 0 commits βββββββββββββββββββββ 0.0% |