2025-01-21 10:12:34 +00:00
|
|
|
https://github.com/MollardMichael/python-reverse-proxy/tree/master
|
|
|
|
https://github.com/ItsEcholot/ContainerNursery
|
2025-01-21 10:34:10 +00:00
|
|
|
https://gist.github.com/bsergean/bad452fa543ec7df6b7fd496696b2cd8
|
|
|
|
https://docker-py.readthedocs.io/en/stable/
|
2025-01-21 10:12:34 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
```
|