add flox-dockerized

This commit is contained in:
Ivan Schaller 2022-04-25 20:35:15 +02:00
parent e56d982a9a
commit 8eec419b70

26
content/projects/flox.md Normal file
View file

@ -0,0 +1,26 @@
+++
title = "flox-dockerized"
description = "Dockerization of flox"
date = "2022-04-16"
type = ["default"]
+++
---
## Dockerization of flox
https://github.com/olofvndrhr/flox-dockerized
Flox is a personal watchlist, written in php.
Before i created my version, i used a docker container of flox from another user (i can't remember which one).
But this version did not have a supervisor installed, so i created my own docker container for it with supervision.
The baseimage for the flox container is the [debian-s6](https://github.com/olofvndrhr/docker-baseimages) image from myself.
It includes everything needed.
I also built it for arm64 and amd64, so it can even run on raspberry pi's or other arm processors.
The original repository: [devfake/flox](https://github.com/olofvndrhr/docker-baseimages)