first commit
This commit is contained in:
commit
4f6e8bee10
18
README.md
Normal file
18
README.md
Normal file
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user