docker support (and delete .DS_Store) #1

Merged
amy merged 1 commit from :main into main 2025-07-28 21:07:18 +00:00
services:
  amyjr:
    image: hazy2/amyjr:latest
    build: .
    environment:
      - TOKEN=
      - OWNER_ID=
      - LISTENBRAINZ_ACCOUNT=
      - GIT_API=
      - SHARKEY_INSTANCE=
      - RADIO_URL=
      - RADIO_NAME=
      - LOBOTOMIZED=false
      - USE_SONGLINK=false
      - USE_ITUNES=false
      - PAT_SPEED=70
      - HISTORY_AMOUNT=1
    restart: unless-stopped

docker-configure.sh maps environment variables to the config.json since docker compose can't really use that in a clean way directly afaik

```yaml services: amyjr: image: hazy2/amyjr:latest build: . environment: - TOKEN= - OWNER_ID= - LISTENBRAINZ_ACCOUNT= - GIT_API= - SHARKEY_INSTANCE= - RADIO_URL= - RADIO_NAME= - LOBOTOMIZED=false - USE_SONGLINK=false - USE_ITUNES=false - PAT_SPEED=70 - HISTORY_AMOUNT=1 restart: unless-stopped ``` docker-configure.sh maps environment variables to the config.json since docker compose can't really use that in a clean way directly afaik
amy merged commit 6d6b5852c8 into main 2025-07-28 21:07:18 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
amy/amyjr!1
No description provided.