Skip to content

Instantly share code, notes, and snippets.

View nektorandom's full-sized avatar

Liudmila nektorandom

  • Saint-Petersburg
View GitHub Profile
@nektorandom
nektorandom / nginx
Last active December 29, 2020 07:47
FROM alpine:3.4
MAINTAINER Vincent Composieux <vincent.composieux@gmail.com>
RUN apk add --update nginx
RUN apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/community shadow
RUN rm -rf /var/cache/apk/* && rm -rf /tmp/*
ADD nginx.conf /etc/nginx/
ADD www.conf /etc/nginx/conf.d/
FROM alpine:3.4
MAINTAINER Vincent Composieux <vincent.composieux@gmail.com>
RUN apk add --update nginx
RUN apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/community shadow
RUN rm -rf /var/cache/apk/* && rm -rf /tmp/*
ADD nginx.conf /etc/nginx/
ADD www.conf /etc/nginx/conf.d/
version: "3"
services:
nginx:
build:
context: ./docker/images/nginx
dockerfile: Dockerfile
args:
UID: $UID
<div class=""> <style>@import url('https://fonts.googleapis.com/css?family=Roboto'); body{margin: 0; padding: 0; background: #EDE4DA;}div{background: #EDE4DA; margin: 0; padding: 0; font-family: 'Roboto', sans-serif;}h1,h2,h3,h4,h5{font-family: 'Roboto', sans-serif; font-style: normal; font-weight: bold; font-size: 1em; line-height: 24px; text-align: left; text-transform: none; color: #0F0B07; padding: 0 1.5em; margin: 0.4em 0 0.2em 0;}h2{font-size: 22px; line-height: 28px;}h3{font-size: 18px; line-height: 25px;}h4{font-size: 16px; line-height: 23px;}h5{font-size: 14px; line-height: 21px;}p{font-family: 'Roboto', sans-serif; color: #2A2117; font-size: 16px; line-height: 24px; font-style: normal; font-weight: normal; padding: 0 1.5em; margin: 0 0 0.3em 0;}figure,img{font-family: 'Roboto', sans-serif; margin: 0; padding: 0; width: 100%; object-fit: fill;}link{font-family: 'Roboto', sans-serif; color: #94897C;}ul{font-family: 'Roboto', sans-serif; margin: 0 2.5em; padding: 0;}li{position: relative; list-style-ty
<div> <style>@import url('https://fonts.googleapis.com/css?family=Roboto'); body{margin: 0; padding: 0; background: #EDE4DA;}div{background: #EDE4DA; margin: 0; padding: 0; font-family: 'Roboto', sans-serif;}h1, h2, h3, h4, h5{font-family: 'Roboto', sans-serif; font-style: normal; font-weight: bold; font-size: 16px; line-height: 24px; text-align: center; letter-spacing: 2px; text-transform: uppercase; color: #0F0B07;}h2{font-size: 22px; line-height: 28px;}h3{font-size: 18px; line-height: 25px;}h4{font-size: 16px; line-height: 23px;}h5{font-size: 14px; line-height: 21px;}p{font-family: 'Roboto', sans-serif; color: #2A2117; font-size: 16px; line-height: 24px; font-style: normal; font-weight: normal; padding: 0 24px; margin: 35px 0;}figure, img{font-family: 'Roboto', sans-serif; margin: 0; padding: 0; width: 100%; object-fit: fill;}link{font-family: 'Roboto', sans-serif; color: #94897C;}ul, li{font-family: 'Roboto', sans-serif; margin: 0 24px;}li{font-style: normal; font-weight: normal; font-size: 16px; line-hei
<div> <style>@import url('https://fonts.googleapis.com/css?family=Roboto'); body{margin: 0; padding: 0; background: #EDE4DA; font-size: 16px;}div{background: #EDE4DA; margin: 0; padding: 0; font-family: 'Roboto', sans-serif; text-align: center;}h1, h2, h3, h4, h5{font-family: 'Roboto', sans-serif; font-style: normal; font-weight: bold; font-size: 16px; line-height: 24px; text-align: center; letter-spacing: 2px; text-transform: uppercase; color: #0F0B07;}h2{font-size: 22px; line-height: 28px;}h3{font-size: 18px; line-height: 25px;}h4{font-size: 16px; line-height: 23px;}h5{font-size: 14px; line-height: 21px;}p{font-family: 'Roboto', sans-serif; color: #2A2117; font-size: 16px; line-height: 24px; font-style: normal; font-weight: normal; padding: 0 24px; margin-bottom: 35px;}figure, img{font-family: 'Roboto', sans-serif; margin: 0; padding: 0; width: 100%; object-fit: fill;}link{font-family: 'Roboto', sans-serif; color: #94897C;}ul, li{font-family: 'Roboto', sans-serif; margin: 0 24px;}li{font-style: normal; font
<div> <style>@import url('https://fonts.googleapis.com/css?family=Roboto'); body{margin: 0; padding: 0; background: #EDE4DA; font-size: 16px;}div{background: #EDE4DA; margin: 0; padding: 0; font-family: 'Roboto', sans-serif; text-align: center;}h1, h2, h3, h4, h5{font-family: 'Roboto', sans-serif; font-style: normal; font-weight: bold; font-size: 16px; line-height: 24px; text-align: center; letter-spacing: 2px; text-transform: uppercase; color: #0F0B07;}h2{font-size: 22px; line-height: 28px;}h3{font-size: 18px; line-height: 25px;}h4{font-size: 16px; line-height: 23px;}h5{font-size: 14px; line-height: 21px;}p{font-family: 'Roboto', sans-serif; color: #2A2117; font-size: 16px; line-height: 24px; font-style: normal; font-weight: normal; padding: 0 24px; margin-bottom: 35px;}figure, img{font-family: 'Roboto', sans-serif; margin: 0; padding: 0; width: 100%; object-fit: fill;}link{font-family: 'Roboto', sans-serif; color: #94897C;}ul, li{font-family: 'Roboto', sans-serif; margin: 0 24px;}li{font-style: normal; font
<div> <style>@import url('https://fonts.googleapis.com/css?family=Roboto'); body{margin: 0; padding: 0; background: #EDE4DA;}div{background: #EDE4DA; margin: 0; padding: 0; font-family: 'Roboto', sans-serif;}h1, h2, h3, h4, h5{font-family: 'Roboto', sans-serif; font-weight: bold; font-style: normal; color: #2A2117; padding: 20px 24px; margin: 0;}h2{font-size: 22px; line-height: 28px;}h3{font-size: 18px; line-height: 25px;}h4{font-size: 16px; line-height: 23px;}h5{font-size: 14px; line-height: 21px;}p{font-family: 'Roboto', sans-serif; color: #2A2117; font-size: 16px; line-height: 24px; font-style: normal; font-weight: normal; padding: 16px 24px; margin: 0;}figure, img{font-family: 'Roboto', sans-serif; margin: 0; padding: 0; width: 100%; object-fit: fill;}link{font-family: 'Roboto', sans-serif; color: #94897C;}ul, li{font-family: 'Roboto', sans-serif; margin: 0 24px;}.j_play_vimeo{position: relative;}.btn-play{position: absolute; top: calc(50% - 100px); left: calc(50% - 100px); transform: translate(50%, 50%);
<div> <style>@import url('https://fonts.googleapis.com/css?family=Roboto'); body{margin: 0; padding: 0; background: #EDE4DA;}div{background: #EDE4DA; margin: 0; padding: 0; font-family: 'Roboto', sans-serif;}h1, h2, h3, h4, h5{font-family: 'Roboto', sans-serif; font-weight: bold; font-style: normal; color: #2A2117; padding: 20px 24px; margin: 0;}h2{font-size: 22px; line-height: 28px;}h3{font-size: 18px; line-height: 25px;}h4{font-size: 16px; line-height: 23px;}h5{font-size: 14px; line-height: 21px;}p{font-family: 'Roboto', sans-serif; color: #2A2117; font-size: 16px; line-height: 24px; font-style: normal; font-weight: normal; padding: 16px 24px; margin: 0;}figure, img{font-family: 'Roboto', sans-serif; margin: 0; padding: 0; width: 100%; object-fit: fill;}link{font-family: 'Roboto', sans-serif; color: #94897C;}ul, li{font-family: 'Roboto', sans-serif; margin: 0 24px;}.j_play_vimeo{position: relative;}.btn-play{position: absolute; top: calc(50% - 100px); left: calc(50% - 100px); transform: translate(50%, 50%);