add workflow docker file
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 14s

This commit is contained in:
konjacpotato
2025-11-05 21:05:58 +08:00
parent 2c8426d543
commit b4889fb3b7
3 changed files with 59 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
version: "3.8"
services:
app:
image: arlo:latest
container_name: arlo
restart: always