mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 11:54:42 +01:00
Fixup
This commit is contained in:
parent
e20ce3d953
commit
68ecec704d
@ -19,7 +19,7 @@ services:
|
|||||||
max-size: "1024k"
|
max-size: "1024k"
|
||||||
max-file: "2"
|
max-file: "2"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: timeout 15 curl -f http://localhost:9503/system/healthcheck || bash -c 'kill -INT -1 && (sleep 5; kill -s 9 -1)'
|
test: timeout 15 curl -f http://localhost:9503/system/healthcheck || sh -c 'kill -INT -1 && (sleep 5; kill -s 9 -1)'
|
||||||
interval: 60s
|
interval: 60s
|
||||||
timeout: 30s
|
timeout: 30s
|
||||||
retries: 1
|
retries: 1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
docker-compose-wait \
|
docker-compose-wait \
|
||||||
&& nice -n 20 php server.php -e=.env.docker --docker "$@"
|
&& nice -n 20 php server.php -e=.env.docker --docker "$@"
|
Loading…
Reference in New Issue
Block a user