Skip to content

Instantly share code, notes, and snippets.

View rolling-space's full-sized avatar

Petros rolling-space

View GitHub Profile
this is a test
---
# Page meta info, like heading, footer text and nav links
pageInfo:
title: Dashy
description: Welcome to your new dashboard!
navLinks:
- title: GitHub
path: https://github.com/Lissy93/dashy
- title: Documentation
path: https://dashy.to/docs
version: '3.7'
volumes:
tc-data: {}
tc-logs: {}
services:
teamcity:
image: jetbrains/teamcity-server:latest
stdin_open: true
<match pattern>
@type key_value_parser
key log
remove_key true
remove_prefix /^[^ ]+\s[^ ]+/
use_regex true
filtered_keys key,gkey
</match>
# Input Data
on_bog3: &on_bog3
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: disk
operator: In
values:
- bog3
on_bog4: &on_bog4
#creates the Traefik container, make sure this is in a folder named Traefik. Also be sure to add the toml file in the same directory.
version: '3'
services:
reverse-proxy:
image: traefik # The official Traefik docker image
#build: ./traefik-library-image/alpine # This is for some lets encrypt dns cert shenanigans, you can probably just pull the image.
command:
- "--debug" # I dont think i need that, might want to remove it
ports:
traefik_proxy
- dversion: "2" # should probably be 3
volumes:
gitea:
services:
server:
image: gitea/gitea:latest
restart: always