Add port environment variable

This commit is contained in:
Artyom Belousov 2023-05-28 00:04:30 +03:00
parent cd326bcfac
commit 77768ff431
2 changed files with 8 additions and 1 deletions

View file

@ -10,6 +10,7 @@ services:
- VK_GROUP_ID
- VK_CONFIRMATION_STRING
- TG_TOKEN
- PORT=8000
ports:
- "127.0.0.1:8888:8000"