Добавил WireGuard и nginx proxy для Flask
This commit is contained in:
parent
ff5115d489
commit
da84a05980
|
|
@ -41,3 +41,8 @@ services:
|
||||||
- FLASK_ENV=development
|
- FLASK_ENV=development
|
||||||
depends_on:
|
depends_on:
|
||||||
- wireguard
|
- wireguard
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
app_net:
|
||||||
|
name: app_net
|
||||||
Loading…
Reference in New Issue