mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
fix auth
This commit is contained in:
+7
-1
@@ -1,8 +1,9 @@
|
||||
version: '3.8'
|
||||
name: swingmusic
|
||||
|
||||
services:
|
||||
swingmusic:
|
||||
build: .
|
||||
container_name: swingmusic
|
||||
ports:
|
||||
- "1970:1970"
|
||||
volumes:
|
||||
@@ -13,6 +14,11 @@ services:
|
||||
- DRAGONFLYDB_PORT=6379
|
||||
depends_on:
|
||||
- dragonfly
|
||||
healthcheck:
|
||||
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://127.0.0.1:1970/healthz', timeout=3)"]
|
||||
interval: 20s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- swingmusic-network
|
||||
|
||||
Reference in New Issue
Block a user