Files
HushMap/docker-compose.yml
T
2026-04-11 23:29:50 +00:00

14 lines
193 B
YAML

version: '3.8'
services:
web:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
env_file:
- .env
environment:
- NODE_ENV=production