Implement enabled switch for post-receive. Disable portainer.

This commit is contained in:
Daniel Meiburg 2023-02-15 22:01:57 +01:00
parent e2f29f11f9
commit 27ae744c30
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
7 changed files with 2 additions and 1 deletions

0
authentik/enabled Normal file
View File

0
gitea/enabled Normal file
View File

0
nextcloud/enabled Normal file
View File

0
nginx-proxy/enabled Normal file
View File

View File

@ -16,3 +16,4 @@ volumes:
networks:
default:
name: nginx-proxy
external: true

View File

@ -23,6 +23,6 @@ for app in $changed_apps; do
[ -f .env.gpg ] && gpg --quiet -d .env.gpg > .env
docker compose down | uniq
docker compose up --quiet-pull -d | uniq
[ -f enabled ] && docker compose up --quiet-pull -d | uniq
done
exit

0
watchtower/enabled Normal file
View File