commit 4f6e8bee1016b4a1fbe9755c842b9e246bbb6d9e Author: Jonatan Rek Date: Tue Jan 21 11:12:34 2025 +0100 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..ed83db3 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +https://github.com/MollardMichael/python-reverse-proxy/tree/master +https://github.com/ItsEcholot/ContainerNursery + + +Docker Stack Setup +```yaml +services: + py_proxy: + image: git.steelants.cz/jonatanrek/py_proxy:latest + restart: unless-stopped + volumes: + - ./config.yaml:/app/config.yaml +networks: {} +``` + +```shell +pip3 install -r requirements.txt +``` \ No newline at end of file