chore(docker-compose): remove build context and dockerfile references for web and bot services

This commit is contained in:
vchikalkin 2025-07-03 20:55:50 +03:00
parent 9efa022cd6
commit ac897a77f8

View File

@ -3,9 +3,6 @@ services:
image: vchikalkin/zapishis-web:latest
env_file:
- .env
build:
context: .
dockerfile: ./apps/web/Dockerfile
restart: always
# ports:
# - 3000:3000
@ -16,9 +13,6 @@ services:
image: vchikalkin/zapishis-bot:latest
env_file:
- .env
build:
context: .
dockerfile: ./apps/bot/Dockerfile
restart: always
networks:
- app