Cleaned up bridgy fed

This commit is contained in:
2025-09-04 17:09:35 +02:00
parent 904040589e
commit 00c99e58e9
9 changed files with 39 additions and 106 deletions

View File

@@ -17,18 +17,13 @@ server:
docker:
services:
database:
enabled: false
emulator:
enabled: true
image: 'gcr.io/google.com/cloudsdktool/google-cloud-cli:latest'
enabled: false
application:
image: "python"
version: "3.12-bookworm"
name: "web-app-bridgy-fed"
image: "python"
version: "3.12-bookworm"
name: "web-app-bridgy-fed"
repository: "https://github.com/snarfed/bridgy-fed.git"
branch: "main"
rbac:
roles: {}
source:
repo: "https://github.com/snarfed/bridgy-fed.git"
ref: "main"