services: bot_telegram: image: bot_telegram:0.1 container_name: bot_telegram build: context: ./bot.0.1/ dockerfile: Dockerfile volumes: - /etc/localtime:/etc/localtime:ro init: true networks: - proxy restart: unless-stopped networks: proxy: external: true