mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
11 lines
284 B
Bash
11 lines
284 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# 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
|
||
|
|
|
||
|
|
# live server
|
||
|
|
chmod -x traefik/docker-compose.traefik-local.yml
|