feat: add CI/CD workflow and switch to bind mount for data
All checks were successful
Deploy c4 / deploy (push) Successful in 1m19s

Use a Gitea Actions workflow to deploy on push to main via
act_runner on the games VM. Switch from a Docker named volume
to a ./data bind mount for easier backup and persistence across
deploys.
This commit is contained in:
Ryan Hamamura
2026-02-13 08:42:51 -10:00
parent 427521505b
commit dfc2111be5
2 changed files with 23 additions and 4 deletions

View File

@@ -11,7 +11,4 @@ services:
environment:
- PORT=8080
volumes:
- c4-data:/app/data
volumes:
c4-data:
- ./data:/app/data