Files
SousChefAI/docker-compose.yml

11 lines
212 B
YAML
Raw Normal View History

2026-04-29 01:38:31 +00:00
services:
app:
build: .
restart: unless-stopped
ports:
- "8080:80" # Maps port 8080 on the host to port 80 in the container
deploy:
resources:
limits:
memory: 128M