zapishis-client/docker-compose.dev.yml
vchikalkin ae63e4cb3b
Some checks failed
Build & Deploy Web & Bot / Build and Push to Docker Hub (push) Has been cancelled
Build & Deploy Web & Bot / Deploy to VPS (push) Has been cancelled
workflow: update deploy
2025-07-02 21:20:00 +03:00

20 lines
331 B
YAML

services:
web:
container_name: web
env_file:
- .env
build:
context: .
dockerfile: ./apps/web/Dockerfile
restart: always
ports:
- 3000:3000
bot:
container_name: bot
env_file:
- .env
build:
context: .
dockerfile: ./apps/bot/Dockerfile
restart: always