lab-resource-manager 0.4.0

GPU and room resource management system with Google Calendar and Slack integration
Documentation
services:
  watcher:
    build:
      context: .
      target: watcher
    volumes:
      - ./config:/app/config:ro
      - ./data:/app/data
      - ./secrets:/app/secrets:ro
    environment:
      - RUST_LOG=info
    env_file:
      - .env
    restart: unless-stopped

  slackbot:
    build:
      context: .
      target: slackbot
    volumes:
      - ./config:/app/config:ro
      - ./data:/app/data
      - ./secrets:/app/secrets:ro
    environment:
      - RUST_LOG=info
    env_file:
      - .env
    restart: unless-stopped