smm_tg/build/ci/docker-compose.yml

17 lines
235 B
YAML
Raw Normal View History

2024-11-11 19:32:06 +00:00
version: '3.8'
services:
smm_tg:
build:
context: .
dockerfile: Dockerfile
ports:
- "8185:8090"
networks:
- common-network
2024-11-11 19:58:12 +00:00
env_file:
- .env
2024-11-11 19:32:06 +00:00
networks:
common-network:
external: true