Skip to content

Commit 58db1d0

Browse files
committed
fix: remove healthcheck from runtipi-queue
1 parent 362be15 commit 58db1d0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

internal/assets/docker-compose.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ services:
4040
runtipi-queue:
4141
container_name: runtipi-queue
4242
image: cloudamqp/lavinmq
43-
healthcheck:
44-
test: ["CMD-SHELL", "lavinmqctl status"]
45-
interval: 5s
46-
timeout: 10s
47-
retries: 20
48-
start_period: 5s
4943
restart: unless-stopped
5044
volumes:
5145
- ./lavinmq.ini:/etc/lavinmq/lavinmq.ini
@@ -68,7 +62,7 @@ services:
6862
runtipi-db:
6963
condition: service_healthy
7064
runtipi-queue:
71-
condition: service_healthy
65+
condition: service_started
7266
env_file:
7367
- .env
7468
volumes:

0 commit comments

Comments
 (0)