version: "3" services: build_self: build: . container_name: build_self ports: - "5001:80" storage_opt: size: 50M cpus: 0.5 deploy: resources: limits: memory: 100M reservations: memory: 100M