diff --git a/docker-compose.yml b/docker-compose.yml index 53ff6d3..823d516 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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