Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker #1276

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Docker #1276

wants to merge 19 commits into from

Commits on Nov 19, 2021

  1. Update .gitignore

    LynBean committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    a1bfa01 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. [Improvement] After giving command play without any arguments will …

    …queue up from the default playlist instead of don't play anything
    LynBean committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    e1e0bd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    67f2cc0 View commit details
    Browse the repository at this point in the history
  2. Added Docker

    - Environment variables
      - `BOT_TOKEN` : Discord Token
      - `BOT_OWNER` : Owner ID of Discord
    LynBean committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    17c6568 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    LynBean committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    32a16a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    785a4f7 View commit details
    Browse the repository at this point in the history
  2. Update Dockerfile

    - Minimize the image size (alpine)
    LynBean committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    2a4a59a View commit details
    Browse the repository at this point in the history
  3. Update README.md

    LynBean committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    84faa12 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Update Dockerfile

    LynBean committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    d5b7b3c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    c1a1dc6 View commit details
    Browse the repository at this point in the history
  2. Now HOCON Env Variables Overrides feature has been added

    - com.typesafe version update from 1.3.2 -> 1.4.2
    for supporting the HOCON env var overriding feature
    
    - env: `CONFIG_FORCE_token` and `CONFIG_FORCE_owner`
    must be set
    
    - the program will generate a folder named JMusicBot under current working directory
    that mounted to the internal docker directory.
    Any config files generated by the bot will be sync with the folder
    
    - some small enhancements have been made in BotConfig.java and OtherUtil.java
    for it to work with Docker feature
    LynBean committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    81d6e6e View commit details
    Browse the repository at this point in the history
  3. Added docker-image CI

    LynBean committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    bbd1834 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    LynBean committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    f18ab5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c217459 View commit details
    Browse the repository at this point in the history
  6. Update Dockerfile

    LynBean committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    111d601 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    7a68b5b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    f0f6826 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Update Dockerfile

    LynBean committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    aca498a View commit details
    Browse the repository at this point in the history
  2. Update Dockerfile

    LynBean committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    4b67ac0 View commit details
    Browse the repository at this point in the history