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

https://github.com/myth/overflow

My blog. Mostly small recipes and tutorials to help me remember how I did things.
https://github.com/myth/overflow

blog django docker docker-compose homepage python

Last synced: 5 months ago
JSON representation

My blog. Mostly small recipes and tutorials to help me remember how I did things.

Awesome Lists containing this project

README

          

Overflow
====

[![Build status](https://github.com/myth/overflow/actions/workflows/build-and-deploy.yml/badge.svg)](https://github.com/myth/overflow/actions)

Codebase for [overflow.no](https://overflow.no)

## Docker

Depends on an `.env` file in the working directory.

```
docker compose pull
docker compose up -d
docker compose down
```