mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-08 20:10:17 +02:00
Merge branch 'executableflag' into 'master'
Executableflag See merge request allianceauth/allianceauth!1667
This commit is contained in:
commit
6b395ca1d4
0
docker/conf/redis_healthcheck.sh
Normal file → Executable file
0
docker/conf/redis_healthcheck.sh
Normal file → Executable file
@ -84,7 +84,7 @@ services:
|
||||
- "redis-data:/data"
|
||||
- ./conf/redis_healthcheck.sh:/usr/local/bin/redis_healthcheck.sh
|
||||
healthcheck:
|
||||
test: ["CMD", "bash", "/usr/local/bin/redis_healthcheck.sh"]
|
||||
test: ["CMD", "/usr/local/bin/redis_healthcheck.sh"]
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
git clone https://gitlab.com/allianceauth/allianceauth.git aa-git
|
||||
cp -R aa-git/docker ./aa-docker
|
||||
chmod +x aa-docker/conf/memory_check.sh
|
||||
chmod +x aa-docker/conf/redis_healthcheck.sh
|
||||
rm -rf aa-git
|
||||
|
Loading…
x
Reference in New Issue
Block a user