version: '3.8' services: discord-stock-bot: build: . container_name: discord-stock-bot restart: unless-stopped env_file: - .env environment: - TZ=America/New_York volumes: # Mount source code for development (comment out for production) - ./:/app logging: driver: "json-file" options: max-size: "10m" max-file: "3"