Trying to fix docker-compose
BOT_open_sesam/pipeline/head There was a failure building this commit Details

devel
dl 2025-05-07 15:29:01 +05:00
parent 058f47f3c8
commit 9359ff2f37
1 changed files with 6 additions and 7 deletions

View File

@ -1,9 +1,8 @@
version: '3' version: '3'
services: services:
telegrambot: open_sesam:
build: container_name: open_sesam
context: . build: .
container_name: opensesam env_file:
env_file: - .env
- .env restart: always
restart: always