Add settings outer and inner port

This commit is contained in:
valitovgaziz
2024-11-22 03:27:32 +05:00
parent 63e468e3b1
commit c80606a994
3 changed files with 10 additions and 12 deletions
+2
View File
@@ -46,6 +46,8 @@ services:
dockerfile: Dockerfile
env_file:
- .env
ports:
- "${INNERPORT}:${OUTERPORT}"
depends_on:
- api
- db