better-sre / config

config files, Dockerfiles, Taskfiles for Developers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

config

简体中文 | English

  • Contains a large number of installation/deployment scripts that developers need to use in their daily work.
  • Automatically supports cross-platform installation.
  • Thanks to the go-task project.

included:

  • docker-compose
  • dockerfile
  • Taskfile

Manual:

Contents:

Docker-compose:

Docker + Dockerfile:

Python + Ubuntu + Dockerfile:

# build ubuntu + python:3.12
task df:py:b312

# test container:
task df:py:t312

About

config files, Dockerfiles, Taskfiles for Developers.

License:MIT License


Languages

Language:Dockerfile 30.8%Language:Shell 29.3%Language:Makefile 22.4%Language:Python 10.2%Language:Go 7.3%