Compare commits
2 Commits
5d7606fb3b
...
17882bb82c
| Author | SHA1 | Date |
|---|---|---|
|
|
17882bb82c | |
|
|
4f7b63e1b9 |
|
|
@ -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:
|
||||||
- "5432:5432"
|
- "127.0.0.1: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))))))
|
||||||
10000)) ;; Poll every 10 seconds
|
15000)) ;; Poll every 15 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