first commit
Some checks failed
Build Docker / build (push) Has been cancelled

This commit is contained in:
2026-02-28 10:47:42 +03:00
commit a763e9c2e0
27 changed files with 556 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
services:
backend:
image: back:latest
container_name: gitea
volumes:
- ../server:/home/backend/server
ports:
- "${PORT}:${PORT}"