services: klhz.trader.service: restart: always image: klhz_trader_service hostname: klhz_trader ports: - 8080:8080 build: context: . dockerfile: KLHZ.Trader.Service/Dockerfile environment: LokiUrl: "loki:3100" TgBotConfig__Token: "${TG_BOT_TOKEN}" ExchangeConfig__Token: "${EXCHANGE_API_TOKEN}" ConnectionStrings__PostgresConnection: "${PG_CONNECTION_STRING}"