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.
- Host: GitHub
- URL: https://github.com/myth/overflow
- Owner: myth
- License: mit
- Created: 2018-08-01T19:11:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-08T19:28:18.000Z (about 1 year ago)
- Last Synced: 2025-06-08T20:29:11.059Z (about 1 year ago)
- Topics: blog, django, docker, docker-compose, homepage, python
- Language: Python
- Homepage: https://overflow.no
- Size: 2.06 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Overflow
====
[](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
```