Добавил Outline Wiki

This commit is contained in:
2024-05-25 22:56:45 +03:00
parent 76acb0d162
commit 95202132f2
6 changed files with 171 additions and 30 deletions

View File

@@ -22,6 +22,11 @@ def deploy_wiki(context):
deploy("keycloak", compose_file="docker-compose.prod.yml", dirs=["data"])
@task(name="deploy:outline")
def deploy_wiki(context):
deploy("outline", compose_file="docker-compose.prod.yml", dirs=["data/postgres"])
def read_host():
with open(SERVER_HOST_FILE) as f:
return f.read().strip()