hero24/web/samplehub/samplehub/docker-compose.yml
2024-10-25 19:16:56 -04:00

17 lines
239 B
YAML

version: '3.8'
services:
web:
build: .
ports:
- "3000:3000"
read_only: true
restart: unless-stopped
cap_drop:
- all
deploy:
resources:
limits:
cpus: "0.5"
memory: 1G