version: '3' services: telegrammarkov: build: . volumes: - .:/code environment: TG_CHAT_ID: "secret" INPUT_MARKOV: /code/result.json TG_TOKEN_MARKOV: "another secret"