initial commit: next.js 16 scaffold + docker + gitea actions
Some checks failed
Deploy stable / deploy (push) Failing after 1s

This commit is contained in:
2026-04-23 10:30:53 +03:00
commit fdc607ce31
23 changed files with 6950 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
web:
build: .
restart: unless-stopped
ports:
- "127.0.0.1:${HOST_PORT:-3010}:3000"
environment:
- NODE_ENV=production