Files
impact-site/docker-compose.yml
tunapro fdc607ce31
Some checks failed
Deploy stable / deploy (push) Failing after 1s
initial commit: next.js 16 scaffold + docker + gitea actions
2026-04-23 10:30:53 +03:00

9 lines
158 B
YAML

services:
web:
build: .
restart: unless-stopped
ports:
- "127.0.0.1:${HOST_PORT:-3010}:3000"
environment:
- NODE_ENV=production