2021-12-12 12:05:25 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-12-12 12:02:11 +01:00
2021-11-16 19:15:46 +01:00
2020-06-27 14:55:16 +02:00
2021-12-12 03:32:21 +01:00
2021-11-11 10:33:30 +01:00

Hosting

My server installation recipes (Inspired from https://github.com/tomMoulard/make-my-server)

Bash function to override docker-compose command and manage multiple docker-compose.yml files (non executable YAML files are ignored).

export DOCKER_COMPOSE_BIN='/usr/bin/docker compose'
docker-compose ()
{
    $DOCKER_COMPOSE_BIN $(find -name 'docker-compose*.yml' -type f -perm -u+x -printf '%p\t%d\n'  2>/dev/null | sort -n -k2 | cut -f 1 | awk '{print "-f "$0}') $@
}
Description
My server installation recipes
Readme 568 KiB
Languages
Shell 100%