services/Makefile

16 lines
299 B
Makefile

all: traefik gitea gotosocial
compose:
bash ./.helpers/render.sh compose
traefik: compose
bash ./.helpers/render.sh traefik
gitea: gitea-binary compose
bash ./.helpers/render.sh gitea
gitea-binary:
bash ./.helpers/download-gitea.sh
gotosocial: compose
bash ./.helpers/render.sh gotosocial