This commit is contained in:
2025-03-20 10:25:05 +01:00
commit 45bccf468b
13 changed files with 271 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
name: start compose
on:
- pull_request
- push
jobs:
start-compose:
steps:
- name: restart Compose
run: docker compose up