Skip to content

Instantly share code, notes, and snippets.

View PankovAlxndr's full-sized avatar
🏠
Working from home

Aleksandr Pankov PankovAlxndr

🏠
Working from home
  • alpacamed.com
  • Russia, Yaroslavl
  • 12:30 (UTC +03:00)
View GitHub Profile
@PankovAlxndr
PankovAlxndr / .editorconfig
Created November 15, 2023 20:15
sample settings
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true
@PankovAlxndr
PankovAlxndr / yaml
Created March 6, 2023 06:42
traefik
version: "3.8"
services:
traefik:
container_name: traefik
image: traefik:latest
command:
- --providers.docker
- --providers.docker.exposedByDefault=false
- --providers.file.filename=/etc/traefik/traefik-certs.yml