unused file
This commit is contained in:
parent
a867645694
commit
172e0871d1
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
export DOCKER_COMPOSE_BIN='/usr/local/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}') $@
|
|
||||||
}
|
|
||||||
|
|
||||||
# ===========================================================================
|
|
||||||
# Configure
|
|
||||||
|
|
||||||
# disable unused services
|
|
||||||
chmod -x baikal/docker-compose.baikal.yml
|
|
||||||
chmod -x posteio/docker-compose.posteio.yml
|
|
||||||
chmod -x netdata/docker-compose.netdata.yml
|
|
||||||
chmod -x photo/docker-compose.pigallery.yml
|
|
||||||
|
|
||||||
# A/ local testing
|
|
||||||
chmod -x traefik/docker-compose.traefik.yml
|
|
||||||
|
|
||||||
# B/ live
|
|
||||||
#chmod -x traefik/docker-compose.traefik-local.yml
|
|
Loading…
Add table
Reference in a new issue