Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/better-sre/config

config files, Dockerfiles, Taskfiles for Developers.
https://github.com/better-sre/config

docker dotfiles flutter go-task golang python rust sre taskfile

Last synced: about 2 months ago
JSON representation

config files, Dockerfiles, Taskfiles for Developers.

Awesome Lists containing this project

README

        

# config

[简体中文](./README_CN.md) | [English](./README.md)

- 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](https://github.com/go-task/task) project.

> included:

- `docker-compose`
- `dockerfile`
- `Taskfile`

## Manual:

- ✅ [Manual](./manual.md)

## Contents:

### Docker-compose:

- ✅ [docker-compose/local](docker-compose/local)

### Docker + Dockerfile:

- ✅ [Dockerfile](./dockerfile)

#### Python + Ubuntu + Dockerfile:

- ✅ [dockerfile/python](dockerfile/python)

```ruby

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

# test container:
task df:py:t312

```