mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-04 06:06:19 +01:00
Merge branch 'executableflag' into 'master'
Executableflag See merge request allianceauth/allianceauth!1667
This commit is contained in:
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"
|
- "redis-data:/data"
|
||||||
- ./conf/redis_healthcheck.sh:/usr/local/bin/redis_healthcheck.sh
|
- ./conf/redis_healthcheck.sh:/usr/local/bin/redis_healthcheck.sh
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "bash", "/usr/local/bin/redis_healthcheck.sh"]
|
test: ["CMD", "/usr/local/bin/redis_healthcheck.sh"]
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
git clone https://gitlab.com/allianceauth/allianceauth.git aa-git
|
git clone https://gitlab.com/allianceauth/allianceauth.git aa-git
|
||||||
cp -R aa-git/docker ./aa-docker
|
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
|
rm -rf aa-git
|
||||||
|
|||||||
Reference in New Issue
Block a user