This commit is contained in:
2026-03-21 17:33:39 +03:30
parent 451a814347
commit 1f08a80c72
5 changed files with 145 additions and 188 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
frontend:
build:
context: .
dockerfile: Dockerfile
container_name: croplogic-frontend
restart: unless-stopped
ports:
- "${PORT:-9031}:3000"
env_file:
- .env
environment:
- NODE_ENV=production