Compare commits
No commits in common. "17882bb82c8cfc4a0de645fad13fe517b52c9fa2" and "5d7606fb3bcf2ef95e812638c9f941e97840cf7d" have entirely different histories.
17882bb82c
...
5d7606fb3b
|
|
@ -7,7 +7,7 @@ services:
|
||||||
- POSTGRES_USER=${ASTEROID_DB_USER:-asteroid}
|
- POSTGRES_USER=${ASTEROID_DB_USER:-asteroid}
|
||||||
- POSTGRES_PASSWORD=${ASTEROID_DB_PASSWORD:-asteroid_db_2025}
|
- POSTGRES_PASSWORD=${ASTEROID_DB_PASSWORD:-asteroid_db_2025}
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:5432:5432"
|
- "5432:5432"
|
||||||
volumes:
|
volumes:
|
||||||
- postgres-data:/var/lib/postgresql/data
|
- postgres-data:/var/lib/postgresql/data
|
||||||
- ./init-db.sql:/docker-entrypoint-initdb.d/init-db.sql:ro
|
- ./init-db.sql:/docker-entrypoint-initdb.d/init-db.sql:ro
|
||||||
|
|
|
||||||
|
|
@ -956,7 +956,7 @@
|
||||||
(setf (ps:@ curated-option text-content) (+ "🎧 " current-channel-name)))))))))))
|
(setf (ps:@ curated-option text-content) (+ "🎧 " current-channel-name)))))))))))
|
||||||
(catch (lambda (error)
|
(catch (lambda (error)
|
||||||
(ps:chain console (log "Could not fetch channel name:" error))))))
|
(ps:chain console (log "Could not fetch channel name:" error))))))
|
||||||
15000)) ;; Poll every 15 seconds
|
10000)) ;; Poll every 10 seconds
|
||||||
|
|
||||||
;; Start now playing updates
|
;; Start now playing updates
|
||||||
(set-timeout update-mini-now-playing 1000)
|
(set-timeout update-mini-now-playing 1000)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue