add compute server pipeline
compute / deploy (push) Successful in 1m15s
dev / deploy (push) Successful in 2m12s

This commit is contained in:
Daniil
2026-05-14 02:19:03 +03:00
parent b7d17a5295
commit c16fcba693
2 changed files with 39 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
frontend:
image: cofee-frontend:compute
container_name: cofee_frontend_compute
build:
context: .
dockerfile: Dockerfile
env_file:
- .env.production
restart: unless-stopped
environment:
NODE_ENV: production
NEXT_TELEMETRY_DISABLED: "1"
PORT: 3000
HOSTNAME: 0.0.0.0
ports:
- "80:3000"