Skip to content

Instantly share code, notes, and snippets.

View neerfix's full-sized avatar
🦜
Work at @cospirit

Nick Notararigo neerfix

🦜
Work at @cospirit
View GitHub Profile
@neerfix
neerfix / Dockerfile php
Last active March 14, 2023 14:15
Example of php/Dockerfile
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
@neerfix
neerfix / nginx.conf
Last active March 14, 2023 14:15
example of nginx-conf in docker
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
@neerfix
neerfix / docker-compose.yml
Last active March 14, 2023 14:16
Example of docker-compose for symfony project
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:
⭐ Total Stars: 22
βž• Total Commits: 3.9k
πŸ”€ Total PRs: 1.1k
🚩 Total Issues: 469
πŸ“¦ Contributed to: 19
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) {
PHP +31/ -23 β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘ 81.8%
Vue +11/ -2 β–ˆβ–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 12.0%
YAML +0/ -12 β–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 6.2%
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
🌞 Morning 337 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 53.1%
πŸŒ† Daytime 186 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 29.3%
πŸŒƒ Evening 112 commits β–ˆβ–ˆβ–ˆβ–‹β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 17.6%
πŸŒ™ Night 0 commits β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 0.0%