Upload files to "/"

This commit is contained in:
2026-04-15 10:04:16 +00:00
commit 3d4c1b5080
4 changed files with 215 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
# This docker compose file is used for testing the built image on the GitHub Actions runner.
# It's not meant to deploy the app in production.
services:
arcade:
image: 10.0.2.109:3000/gitea/arcade:latest
ports:
- "5000:5000"