Files
ckeproekt/docker-compose.yml
Bivekich c9317555ca port
2025-05-19 11:19:55 +03:00

13 lines
194 B
YAML

version: '3.8'
services:
web:
build:
context: .
dockerfile: Dockerfile
ports:
- "3006:3000"
environment:
- NODE_ENV=production
restart: unless-stopped