[+] update gateway

1. allow to expose 80 port of nginx ssl;
This commit is contained in:
Siarhei Siniak 2026-01-07 23:28:58 +03:00
parent f0e6cf2924
commit d68670f624

@ -37,6 +37,7 @@ services:
restart: on-failure restart: on-failure
ports: ports:
- ${SSL_APP_PORTS:-"127.0.0.1:443"}:444 - ${SSL_APP_PORTS:-"127.0.0.1:443"}:444
- ${APP_PORTS:-"127.0.0.1:80"}:80
networks: networks:
network: network: