smarti/docker-compose.yaml
2023-07-03 21:54:01 +00:00

11 lines
169 B
YAML

# docker-compose.yml
services:
smarti:
mem_limit: 2048m
mem_reservation: 128M
cpus: 2
build:
dockerfile: Dockerfile
ports:
- "80"