This commit is contained in:
2024-11-12 02:32:06 +07:00
commit 077437d33c
18 changed files with 432 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
version: '3.8'
services:
smm_tg:
build:
context: .
dockerfile: Dockerfile
ports:
- "8185:8090"
networks:
- common-network
networks:
common-network:
external: true