Skip to content

Instantly share code, notes, and snippets.

View HadesArchitect's full-sized avatar
📈
Grafana Time

Aleks Volochnev HadesArchitect

📈
Grafana Time
View GitHub Profile
@HadesArchitect
HadesArchitect / Dockerfile
Last active February 17, 2016 10:57
DIT-Symfony-Docker
FROM php:5.6-cli
RUN apt-get update
RUN apt-get install -y libicu-dev zlib1g-dev
RUN docker-php-ext-install zip intl
COPY . /opt/demo
COPY php.ini /usr/local/etc/php/php.ini
WORKDIR /opt/demo
@HadesArchitect
HadesArchitect / json
Created May 25, 2021 18:34
Issue labeled github webhook payload
{
"action": "labeled",
"issue": {
"url": "https://api.github.com/repos/datastaxdevs/workshop-introduction-to-nosql/issues/76",
"repository_url": "https://api.github.com/repos/datastaxdevs/workshop-introduction-to-nosql",
"labels_url": "https://api.github.com/repos/datastaxdevs/workshop-introduction-to-nosql/issues/76/labels{/name}",
"comments_url": "https://api.github.com/repos/datastaxdevs/workshop-introduction-to-nosql/issues/76/comments",
"events_url": "https://api.github.com/repos/datastaxdevs/workshop-introduction-to-nosql/issues/76/events",
"html_url": "https://github.com/datastaxdevs/workshop-introduction-to-nosql/issues/76",
"id": 901198942,