Self-hosting! (#49)

* added self-hosting
This commit is contained in:
Carl-Gerhard Lindesvärd
2024-08-28 09:28:44 +02:00
committed by GitHub
parent f0b7526847
commit df05e2dab3
70 changed files with 2310 additions and 272 deletions

6
self-hosting/rebuild Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
NAME=$1
docker compose build $NAME
docker compose up -d --no-deps --force-recreate $NAME